summaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headers, and a few javadoc tweaks while working on those ...Nick Burch2013-06-251-0/+17
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-251-0/+2
* Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ...Nick Burch2013-06-252-0/+60
* Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte...Nick Burch2013-06-202-2/+97
* Bug 54982: Add a close() interface to POITextExtractor which can be used to f...Dominik Stadler2013-06-171-1/+1
* Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() ...Nick Burch2013-06-141-3/+24
* Bug 55047: REPT formula supportYegor Kozlov2013-06-021-0/+31
* missing tests for Bug 55041 - CODE formula supportYegor Kozlov2013-06-021-0/+31
* added missing tests for Bug 55042: patch for missing function COMPLEXYegor Kozlov2013-06-021-0/+31
* Bugzilla 55043 and 55042: initial support for Complex and Quotient functionsYegor Kozlov2013-06-022-0/+132
* Bugzilla 55041: CODE function support, also removed @Override from interfaces...Yegor Kozlov2013-06-021-0/+59
* Bugzilla 55037: DELTA function supportYegor Kozlov2013-06-021-0/+63
* Bugzilla 55036 - Dec2HEx formula supportYegor Kozlov2013-06-022-2/+84
* Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIFYegor Kozlov2013-03-166-558/+468
* Bugzilla 54469 - Support for financial functions IPMT and PPMTYegor Kozlov2013-03-022-0/+111
* Fix bug #54579 - Handle milliseconds in date formats eg ss.000Nick Burch2013-02-191-0/+34
* Fix bug #54557 - Don't mis-detect format patterns like .000 as datesNick Burch2013-02-131-1/+10
* Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook di...Nick Burch2013-02-072-27/+60
* EDate function implementation from Detlef Brendle from bug #54508Nick Burch2013-02-041-0/+51
* Bugzilla 54356 - Support of statistical function SLOPEYegor Kozlov2013-01-191-0/+137
* Patch from Johan from bug #54402 - fix IfError with indirect referencesNick Burch2013-01-101-2/+13
* Bugzilla 54356: Support of statistical function INTERCEPTYegor Kozlov2012-12-281-0/+159
* Patch from Johan Karlsteen for bug #53966 - Implement IfError AP functionNick Burch2012-12-281-0/+84
* Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update s...Yegor Kozlov2012-12-041-3/+59
* bugzilla 54137 - improved performance of DataFormatter with FractionsYegor Kozlov2012-11-161-0/+39
* clear unused import warningsYegor Kozlov2012-11-128-19/+0
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-011-13/+13
* Bug #54016 - Avoid exception when parsing workbooks with DConRefRecord in row...Yegor Kozlov2012-10-261-0/+6
* Bug #53404 - Fixed compatibility issue with modifying xls files created by PO...Yegor Kozlov2012-10-251-4/+20
* Bugzilla 53763: avoid style mess when using HSSFOptimiserYegor Kozlov2012-10-121-0/+41
* Have HSSFOptimiser also remove un-used cell styles, in addition to duplicatesNick Burch2012-09-291-1/+43
* fixed bug 46250Evgeniy Berlog2012-09-091-0/+14
* fixed bug 53588Evgeniy Berlog2012-09-081-0/+18
* fixed bug 53434Evgeniy Berlog2012-08-281-87/+87
* fixed bug 53432Evgeniy Berlog2012-08-141-0/+15
* fixed bug 53028, added check before serialization if any cell contains 2 or m...Evgeniy Berlog2012-08-142-0/+37
* complete refactoring in EscherAggregateEvgeniy Berlog2012-08-122-19/+3
* Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addonYegor Kozlov2012-08-112-0/+30
* added javadoc and few other improvementsEvgeniy Berlog2012-08-065-23/+8
* merged with trunkEvgeniy Berlog2012-08-058-12/+233
|\
| * Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-044-35/+102
| * Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-041-0/+23
| * Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-211-0/+26
| * 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
* | fixed compilation for jdk 1.5Evgeniy Berlog2012-08-021-4/+6
* | added Apache License header to each new fileEvgeniy Berlog2012-08-0110-0/+170
* | code refactoringEvgeniy Berlog2012-08-011-0/+40
* | fixed bug 51675, added test case for bug 52272Evgeniy Berlog2012-07-281-0/+30