summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headers, and a few javadoc tweaks while working on those ↵Nick Burch2013-06-251-0/+17
| | | | | | files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496652 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-251-0/+2
| | | | | | for a workbook with no sheets when a sheet operation is performed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496516 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ↵Nick Burch2013-06-252-0/+60
| | | | | | affect HSSF Data Validation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496499 13f79535-47bb-0310-9956-ffa450edef68
* Patch and unit test from Tim Allen from bug #54686 - Improve how ↵Nick Burch2013-06-202-2/+97
| | | | | | DataFormatter handles fractions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494986 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54982: Add a close() interface to POITextExtractor which can be used to ↵Dominik Stadler2013-06-171-1/+1
| | | | | | | | | | | free resources later. Implement close() where necessary so resources are closed. Add close() to tests and run existing unit tests also against the Extractor that is built via the Factory. Also add a small test-suite to quickly execute all extractor-related tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493669 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() ↵Nick Burch2013-06-141-3/+24
| | | | | | needs to recurse into container Shapes (with new unit test) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493001 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55047: REPT formula supportYegor Kozlov2013-06-021-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488811 13f79535-47bb-0310-9956-ffa450edef68
* missing tests for Bug 55041 - CODE formula supportYegor Kozlov2013-06-021-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488810 13f79535-47bb-0310-9956-ffa450edef68
* added missing tests for Bug 55042: patch for missing function COMPLEXYegor Kozlov2013-06-021-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488809 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55043 and 55042: initial support for Complex and Quotient functionsYegor Kozlov2013-06-022-0/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488734 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55041: CODE function support, also removed @Override from ↵Yegor Kozlov2013-06-021-0/+59
| | | | | | interfaces to stay compatible with JDK 1.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488733 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55037: DELTA function supportYegor Kozlov2013-06-021-0/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488730 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55036 - Dec2HEx formula supportYegor Kozlov2013-06-022-2/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488729 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIFYegor Kozlov2013-03-166-558/+468
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1457243 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54469 - Support for financial functions IPMT and PPMTYegor Kozlov2013-03-022-0/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1451886 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #54579 - Handle milliseconds in date formats eg ss.000Nick Burch2013-02-191-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1447798 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #54557 - Don't mis-detect format patterns like .000 as datesNick Burch2013-02-131-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1445725 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook ↵Nick Burch2013-02-072-27/+60
| | | | | | directory entry names list, alongside WORKBOOK, plus tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1443745 13f79535-47bb-0310-9956-ffa450edef68
* EDate function implementation from Detlef Brendle from bug #54508Nick Burch2013-02-041-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1442392 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54356 - Support of statistical function SLOPEYegor Kozlov2013-01-191-0/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1435633 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Johan from bug #54402 - fix IfError with indirect referencesNick Burch2013-01-101-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1431403 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54356: Support of statistical function INTERCEPTYegor Kozlov2012-12-281-0/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1426485 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Johan Karlsteen for bug #53966 - Implement IfError AP functionNick Burch2012-12-281-0/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1426382 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update ↵Yegor Kozlov2012-12-041-3/+59
| | | | | | shared formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1416917 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 54137 - improved performance of DataFormatter with FractionsYegor Kozlov2012-11-161-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1410269 13f79535-47bb-0310-9956-ffa450edef68
* clear unused import warningsYegor Kozlov2012-11-128-19/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1408236 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-011-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1404642 13f79535-47bb-0310-9956-ffa450edef68
* Bug #54016 - Avoid exception when parsing workbooks with DConRefRecord in ↵Yegor Kozlov2012-10-261-0/+6
| | | | | | row aggregate git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402482 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53404 - Fixed compatibility issue with modifying xls files created by ↵Yegor Kozlov2012-10-251-4/+20
| | | | | | POI-3.6 and earlier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402186 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53763: avoid style mess when using HSSFOptimiserYegor Kozlov2012-10-121-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1397548 13f79535-47bb-0310-9956-ffa450edef68
* Have HSSFOptimiser also remove un-used cell styles, in addition to duplicatesNick Burch2012-09-291-1/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1391891 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 46250Evgeniy Berlog2012-09-091-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1382494 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53588Evgeniy Berlog2012-09-081-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1382339 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53434Evgeniy Berlog2012-08-281-87/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1378016 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53432Evgeniy Berlog2012-08-141-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1373110 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53028, added check before serialization if any cell contains 2 or ↵Evgeniy Berlog2012-08-142-0/+37
| | | | | | more comments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1373005 13f79535-47bb-0310-9956-ffa450edef68
* complete refactoring in EscherAggregateEvgeniy Berlog2012-08-122-19/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1372065 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addonYegor Kozlov2012-08-112-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1371969 13f79535-47bb-0310-9956-ffa450edef68
* added javadoc and few other improvementsEvgeniy Berlog2012-08-065-23/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1370018 13f79535-47bb-0310-9956-ffa450edef68
* merged with trunkEvgeniy Berlog2012-08-058-12/+233
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1369572 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and ↵Yegor Kozlov2012-08-044-35/+102
| | | | | | | | | | | | setRepeatingColumns git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369290 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-041-0/+23
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369263 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-211-0/+26
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364061 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 53476 - Support Complex Name in formulasYegor Kozlov2012-06-271-0/+46
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1354550 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-261-0/+41
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1353962 13f79535-47bb-0310-9956-ffa450edef68
| * Fix bug #53389 - Handle formatting General and @ formats even if a locale is ↵Nick Burch2012-06-121-0/+18
| | | | | | | | | | | | prefixed to them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1349562 13f79535-47bb-0310-9956-ffa450edef68
* | fixed compilation for jdk 1.5Evgeniy Berlog2012-08-021-4/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1368670 13f79535-47bb-0310-9956-ffa450edef68
* | added Apache License header to each new fileEvgeniy Berlog2012-08-0110-0/+170
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1368221 13f79535-47bb-0310-9956-ffa450edef68
* | code refactoringEvgeniy Berlog2012-08-011-0/+40
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1368211 13f79535-47bb-0310-9956-ffa450edef68
* | fixed bug 51675, added test case for bug 52272Evgeniy Berlog2012-07-281-0/+30
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1366700 13f79535-47bb-0310-9956-ffa450edef68