aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* fix some Eclipse warnings, adjust some unit tests slightlyDominik Stadler2013-08-233-42/+55
* Fix unit test for Bug 50298 some moreDominik Stadler2013-08-211-9/+3
* Adjust test for Bug 50298 to not leave a temporary file behind andDominik Stadler2013-08-211-5/+69
* Bug 50298: Fix corruption of Workbook when setting sheet order. TheDominik Stadler2013-08-211-17/+60
* Bug 55043: patch for missing function QUOTIENTCédric Walter2013-08-162-3/+35
* Bug 55082: patch for missing function ROMANCédric Walter2013-08-161-0/+30
* Bug 55080: patch for missing function IMREALCédric Walter2013-08-161-0/+30
* Bug 55079: patch for missing function IMAGINARYCédric Walter2013-08-161-0/+30
* Bug 54720: Support for Row/Col Area Range like 8:8 or H:HCédric Walter2013-08-162-5/+37
* Bug 54723: Support for percentage in VALUE() functionCédric Walter2013-08-161-0/+3
* Bug 54786: Fix missing quoting in date formatting, add a number of unitDominik Stadler2013-08-161-1/+27
* 55419 and refactor SimpleFractionTim Allison2013-08-151-0/+11
* Bug 55195: use interface instead of implementation forDominik Stadler2013-08-121-0/+2
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ...Dominik Stadler2013-08-122-7/+80
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo...Dominik Stadler2013-07-123-34/+335
* Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml ...Dominik Stadler2013-07-011-45/+0
* Bug 54084: Add testcase which reproduces the bug, no fix available yetDominik Stadler2013-06-301-2/+47
* Add a test to show that bug #53150 has been fixed by the recent fraction workNick Burch2013-06-261-0/+3
* Deprecate the old HPSF codepage Constants list, and change the code to use th...Nick Burch2013-06-263-18/+13
* New parent test class, which includes the common assertContains patternNick Burch2013-06-262-3/+64
* Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ...Nick Burch2013-06-261-1/+13
* Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig...Nick Burch2013-06-252-1/+35
* 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