| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | added features: | Evgeniy Berlog | 2012-07-28 | 4 | -24/+54 |
* | | added few improvements | Evgeniy Berlog | 2012-07-23 | 3 | -5/+152 |
* | | implemented removing of all shape types | Evgeniy Berlog | 2012-07-19 | 1 | -0/+141 |
* | | implemented cloning of shapes | Evgeniy Berlog | 2012-07-19 | 7 | -88/+87 |
* | | moved HSSFObjectData into drawing layer | Evgeniy Berlog | 2012-07-13 | 2 | -1/+25 |
* | | fixed auto filters(added class HSSFCombobox) | Evgeniy Berlog | 2012-07-11 | 3 | -7/+66 |
* | | checked all examples, added several features | Evgeniy Berlog | 2012-07-11 | 6 | -9/+110 |
* | | implemented creating shapes in new file using new model | Evgeniy Berlog | 2012-07-06 | 6 | -25/+91 |
* | | implemented work with existing shape groups and polygons | Evgeniy Berlog | 2012-07-01 | 5 | -15/+516 |
* | | implemented creating comments in existing files, bugfixes | Evgeniy Berlog | 2012-06-28 | 5 | -29/+316 |
* | | implemented creating shapes in existing files | Evgeniy Berlog | 2012-06-26 | 4 | -0/+240 |
* | | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added tests | Evgeniy Berlog | 2012-06-22 | 3 | -3/+302 |
* | | improved aggregating drawing records in documents with charts, | Evgeniy Berlog | 2012-06-19 | 2 | -8/+150 |
* | | Added such improvements: | Evgeniy Berlog | 2012-06-18 | 2 | -0/+369 |
* | | fixed EscherAggregate to correctly write records with trailing solver container | Yegor Kozlov | 2012-06-14 | 2 | -43/+196 |
* | | initial support for reading shapes, see patch from June 8 in Bugzilla 53372 | Yegor Kozlov | 2012-06-08 | 2 | -21/+94 |
* | | Bugzilla 53010, patch from June 3: improved support for Continue records in d... | Yegor Kozlov | 2012-06-04 | 3 | -165/+179 |
* | | more tests and fixes, see patch from May 30 in Bugzilla 53010 | Yegor Kozlov | 2012-05-31 | 2 | -21/+186 |
* | | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in... | Yegor Kozlov | 2012-05-28 | 1 | -0/+1802 |
|/ |
|
* | Fix bug #48528 - support negative arguments to the DATE() function | Nick Burch | 2012-04-28 | 1 | -0/+42 |
* | Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), fo... | Nick Burch | 2012-04-27 | 1 | -0/+19 |
* | Bugzilla 49529 - avoid exception when cloning sheets with no drawing records ... | Yegor Kozlov | 2012-03-29 | 1 | -0/+11 |
* | Bugzilla >52928 - DateFormatConverter: an utility to convert instances of jav... | Yegor Kozlov | 2012-03-17 | 1 | -0/+130 |
* | bugzilla 52818 - Added implementation for RANK() | Yegor Kozlov | 2012-03-05 | 1 | -0/+68 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 30 | -93/+13 |
* | bugzilla 52057 - updated formula test framework to be aware of recently added... | Yegor Kozlov | 2012-02-28 | 2 | -3/+19 |
* | Bugzilla 52574 - support setting header / footer page margins in HSSF | Yegor Kozlov | 2012-02-27 | 1 | -0/+5 |
* | Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colon | Yegor Kozlov | 2012-02-27 | 1 | -0/+3 |
* | Bugzilla 52708 - misc improvements in CellFormat | Yegor Kozlov | 2012-02-27 | 1 | -1/+797 |
* | Bugzilla 52690 - added a getter for length of encrypted data in Ecma and Agil... | Yegor Kozlov | 2012-02-26 | 1 | -0/+34 |
* | allow runtime registration of functions in FormulaEvaluator | Yegor Kozlov | 2012-02-21 | 1 | -0/+136 |
* | Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin... | Yegor Kozlov | 2012-02-15 | 1 | -0/+88 |
* | added ASF licence header | Yegor Kozlov | 2012-02-13 | 1 | -0/+16 |
* | Bugzilla 52626: fixed setting default row height in HSSF and XSSF | Yegor Kozlov | 2012-02-12 | 2 | -0/+5 |
* | fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 | Yegor Kozlov | 2012-02-11 | 2 | -13/+105 |
* | Disabled unit tests for bug #48703 | Nick Burch | 2012-02-10 | 1 | -0/+23 |
* | Bugzilla 52576: support changing external file references in HSSFWorkbook | Yegor Kozlov | 2012-02-10 | 4 | -7/+109 |
* | Unit test from Maciej for bug #51498 | Nick Burch | 2012-02-08 | 1 | -0/+31 |
* | Bugzilla 52527: avoid exception when matching shared formula records in HSSF | Yegor Kozlov | 2012-02-07 | 1 | -0/+20 |
* | Bugzilla 52569: Support DConRefRecord in HSSF | Yegor Kozlov | 2012-02-07 | 2 | -0/+311 |
* | added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 | Yegor Kozlov | 2012-02-07 | 1 | -3/+3 |
* | bugzilla 52575: added an option to ignore missing workbook references in form... | Yegor Kozlov | 2012-02-06 | 1 | -0/+113 |
* | Added implementation for SUMIFS(), see Bugzilla 52462 | Yegor Kozlov | 2012-01-21 | 1 | -0/+268 |
* | Add disabled tests for custom formats | Nick Burch | 2011-12-28 | 1 | -0/+17 |
* | Add AM/PM DataFormatter tests for bug #52389 (already working properly) | Nick Burch | 2011-12-28 | 1 | -0/+16 |
* | Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the... | Nick Burch | 2011-12-28 | 1 | -2/+8 |
* | Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and n... | Yegor Kozlov | 2011-12-21 | 4 | -0/+445 |
* | Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo... | Nick Burch | 2011-12-20 | 1 | -0/+12 |
* | Fix bug #52349 - Correctly support excel style date format strings in the TEX... | Nick Burch | 2011-12-20 | 1 | -18/+33 |
* | disabled a test failing under jdk 1.5: it assumes rounding mode half-up and j... | Yegor Kozlov | 2011-12-09 | 1 | -13/+20 |