aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* Bug 53476 - Support Complex Name in formulasYegor Kozlov2012-06-271-0/+46
* Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-261-0/+41
* Fix bug #53389 - Handle formatting General and @ formats even if a locale is ...Nick Burch2012-06-121-0/+18
* 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
* Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectories...Nick Burch2011-11-281-4/+30
* Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and a...Nick Burch2011-11-281-0/+172
* Unit tests for POIFS EntryUtilsNick Burch2011-11-281-3/+130
* Start on a new method for POIFS EntryUtils for checking to see if the two Dir...Nick Burch2011-11-251-0/+38
* replace exception with warningSergey Vladimirov2011-10-291-10/+3
* Improve HPSF test failure messageNick Burch2011-10-151-1/+7
* update testSectionMethods() test (due to padding)Sergey Vladimirov2011-10-021-3/+2
* Allow the passing of a File object to WorkbookFactory.create, which permits l...Nick Burch2011-09-292-3/+3
* Fix bug #51832 - handle XLS files where the WRITEPROTECT record preceeds the ...Nick Burch2011-09-191-0/+14
* Apply patch from bug #51809 - correct GTE handling in COUNTIFNick Burch2011-09-141-0/+8
* fixed bug 51670: avoid LeftoverDataException when reading .xls files with in...Yegor Kozlov2011-09-121-0/+6
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-102-34/+177
* Update test casesSergey Vladimirov2011-09-0611-19/+37
* update test caseSergey Vladimirov2011-09-051-1/+2
* update test caseSergey Vladimirov2011-09-021-1/+2
* Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short re...Nick Burch2011-08-111-2/+2