aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-2811-160/+169
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-271-9/+4
* Add a test-suite which performs integration/stress tests which load and handl...Dominik Stadler2014-12-253-0/+54
* Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals ...Dominik Stadler2014-12-221-11/+37
* Some Eclipse warningsDominik Stadler2014-12-221-10/+15
* Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeShe...Dominik Stadler2014-12-221-1/+35
* Bug 57231: Add missing ArrayRecord.clone()Dominik Stadler2014-12-221-4/+22
* Expose the version information from OldExcelExtractorNick Burch2014-12-221-0/+8
* Add a test for spreadsheet/49219.xls which previously failed with NullPointer...Dominik Stadler2014-12-211-3/+19
* Fix warnings and inconsistent indentsNick Burch2014-12-171-93/+86
* Bug 57355: Fix test-compilation casued by moving the code to the base-test-classDominik Stadler2014-12-161-2/+2
* Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lin...Dominik Stadler2014-12-162-4/+70
* Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle itAndreas Beeker2014-12-122-26/+57
* Correct older biff detection, and add unit tests for HSSFWorkbook giving help...Nick Burch2014-11-301-0/+36
* On Biff5 files, include the sheet name. (Older formats are single sheet)Nick Burch2014-11-301-0/+3
* Track the codepage in old excel files, to be able to correctly decode the 8 b...Nick Burch2014-11-301-2/+1
* Add some formatted numbers to the test biff5 files, and commented out tests u...Nick Burch2014-11-301-0/+7
* Track what Biff version we are working on, and use that to work around Biff 2...Nick Burch2014-11-301-2/+5
* Switch to POITestCase / assertContainsNick Burch2014-11-301-27/+39
* Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490Nick Burch2014-11-302-4/+36
* Largely there with the Excel 4 extractor, for TIKA-1490Nick Burch2014-11-301-3/+4
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-301-1/+1
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-301-1/+39
* Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI...Nick Burch2014-11-302-0/+53
* Add missing license headerDominik Stadler2014-11-271-0/+17
* Add more output in case of unknown cipher-ids to aid in debugging bugs like 5...Dominik Stadler2014-11-261-0/+42
* Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p...Andreas Beeker2014-11-162-41/+105
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-122-32/+74
* add license headerAndreas Beeker2014-11-101-0/+17
* Add initial simple test of class EscherDumpDominik Stadler2014-11-101-0/+22
* Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from githubNick Burch2014-11-081-0/+21
* Fix some eclipse warnings, newlines, javadoc, generics, ...Dominik Stadler2014-11-071-28/+49
* Bug 57003: Add implementation of function FIXEDDominik Stadler2014-11-072-0/+157
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi...Nick Burch2014-11-051-1/+243
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g...Nick Burch2014-11-041-0/+31
* FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897Nick Burch2014-11-042-0/+8
* Partial HSSF support for adding new external workbook formula references for ...Nick Burch2014-11-041-10/+52
* More disabled unit tests relating to external workbook formula referencesNick Burch2014-11-041-0/+30
* Apply patch for bug 57151: Document CellRangeAddress and add some validation ...Dominik Stadler2014-10-301-52/+165
* Bug 57150: Added EOMONTH functionCédric Walter2014-10-273-36/+205
* Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but f...Nick Burch2014-10-202-0/+133
* Unit tests which reference XSSF must be on the ooxml part of the treeNick Burch2014-10-201-86/+0
* Escape non-ASCII characters in the unit test, so it builds properly everywhereNick Burch2014-10-201-2/+2
* Bug 57010: Add implementation of function PROPERDominik Stadler2014-10-201-0/+86
* Finish unit tests for stackoverflow #26437323 - POI works fine already!Nick Burch2014-10-181-6/+100
* Start on unit tests for the problem reported in stackoverflow post 26437323Nick Burch2014-10-181-0/+52
* Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF TestBu...Nick Burch2014-10-182-118/+127
* SheetUtil helper for finding the main cell of a merged region, if in oneNick Burch2014-10-181-0/+65
* Enhance test and coverge for class TempFileDominik Stadler2014-10-121-1/+26
* Revert parts of an inadvertent previous checkin, keep build.xml and @Override...Dominik Stadler2014-10-064-347/+79