summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
...
* | added features:Evgeniy Berlog2012-07-284-24/+54
* | added few improvementsEvgeniy Berlog2012-07-233-5/+152
* | implemented removing of all shape typesEvgeniy Berlog2012-07-191-0/+141
* | implemented cloning of shapesEvgeniy Berlog2012-07-197-88/+87
* | moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-132-1/+25
* | fixed auto filters(added class HSSFCombobox)Evgeniy Berlog2012-07-113-7/+66
* | checked all examples, added several featuresEvgeniy Berlog2012-07-116-9/+110
* | implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-066-25/+91
* | implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-015-15/+516
* | implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-285-29/+316
* | implemented creating shapes in existing filesEvgeniy Berlog2012-06-264-0/+240
* | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-223-3/+302
* | improved aggregating drawing records in documents with charts, Evgeniy Berlog2012-06-192-8/+150
* | Added such improvements:Evgeniy Berlog2012-06-182-0/+369
* | fixed EscherAggregate to correctly write records with trailing solver container Yegor Kozlov2012-06-142-43/+196
* | initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-082-21/+94
* | Bugzilla 53010, patch from June 3: improved support for Continue records in d...Yegor Kozlov2012-06-043-165/+179
* | more tests and fixes, see patch from May 30 in Bugzilla 53010Yegor Kozlov2012-05-312-21/+186
* | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in...Yegor Kozlov2012-05-281-0/+1802
|/
* Fix bug #48528 - support negative arguments to the DATE() functionNick Burch2012-04-281-0/+42
* Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), fo...Nick Burch2012-04-271-0/+19
* Bugzilla 49529 - avoid exception when cloning sheets with no drawing records ...Yegor Kozlov2012-03-291-0/+11
* Bugzilla >52928 - DateFormatConverter: an utility to convert instances of jav...Yegor Kozlov2012-03-171-0/+130
* bugzilla 52818 - Added implementation for RANK()Yegor Kozlov2012-03-051-0/+68
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-0530-93/+13
* bugzilla 52057 - updated formula test framework to be aware of recently added...Yegor Kozlov2012-02-282-3/+19
* Bugzilla 52574 - support setting header / footer page margins in HSSFYegor Kozlov2012-02-271-0/+5
* Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colonYegor Kozlov2012-02-271-0/+3
* Bugzilla 52708 - misc improvements in CellFormatYegor Kozlov2012-02-271-1/+797
* Bugzilla 52690 - added a getter for length of encrypted data in Ecma and Agil...Yegor Kozlov2012-02-261-0/+34
* allow runtime registration of functions in FormulaEvaluatorYegor Kozlov2012-02-211-0/+136
* Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin...Yegor Kozlov2012-02-151-0/+88
* added ASF licence headerYegor Kozlov2012-02-131-0/+16
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-122-0/+5
* fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498Yegor Kozlov2012-02-112-13/+105
* Disabled unit tests for bug #48703Nick Burch2012-02-101-0/+23
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-104-7/+109
* Unit test from Maciej for bug #51498Nick Burch2012-02-081-0/+31
* Bugzilla 52527: avoid exception when matching shared formula records in HSSFYegor Kozlov2012-02-071-0/+20
* Bugzilla 52569: Support DConRefRecord in HSSFYegor Kozlov2012-02-072-0/+311
* added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575Yegor Kozlov2012-02-071-3/+3
* bugzilla 52575: added an option to ignore missing workbook references in form...Yegor Kozlov2012-02-061-0/+113
* Added implementation for SUMIFS(), see Bugzilla 52462Yegor Kozlov2012-01-211-0/+268
* Add disabled tests for custom formatsNick Burch2011-12-281-0/+17
* Add AM/PM DataFormatter tests for bug #52389 (already working properly)Nick Burch2011-12-281-0/+16
* Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the...Nick Burch2011-12-281-2/+8
* Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and n...Yegor Kozlov2011-12-214-0/+445
* Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo...Nick Burch2011-12-201-0/+12
* Fix bug #52349 - Correctly support excel style date format strings in the TEX...Nick Burch2011-12-201-18/+33
* disabled a test failing under jdk 1.5: it assumes rounding mode half-up and j...Yegor Kozlov2011-12-091-13/+20