aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/extractor
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage...Dominik Stadler2015-09-221-0/+6
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-111-5/+19
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-148/+186
* Avoid possible NPE found via CommonCrawl filesDominik Stadler2015-05-111-0/+6
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-64/+87
* Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepageNick Burch2015-01-131-1/+1
* Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for itNick Burch2015-01-131-0/+21
* Expose the version information from OldExcelExtractorNick Burch2014-12-221-0/+8
* 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-301-3/+33
* 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-301-0/+52
* Bug 54982: Add a close() interface to POITextExtractor which can be used to f...Dominik Stadler2013-06-171-1/+1
* force ASCII encoding when compiling sources, fixed unmappable characters for ...Yegor Kozlov2010-06-131-1/+1
* Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFData...Nick Burch2010-06-021-19/+64
* Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter,...Nick Burch2010-06-021-5/+5
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-091-5/+4
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-9/+6
* Bugzilla 47652 - Added support for reading encrypted workbooksJosh Micich2009-08-071-69/+79
* Fix bug (broken junit) introduced in r773412. Also hooked up test.Josh Micich2009-05-111-3/+3
* Should be part of c 741036 (Fix for bug 46654 - HSSFRow/RowRecord needs to pr...Josh Micich2009-02-051-12/+12
* Reverted accidental early commit (should not be part of r741002)Josh Micich2009-02-051-12/+12
* Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for...Josh Micich2009-02-051-12/+12
* Update hssf.extractor.ExcelExtractor to optionally output blank cells tooNick Burch2008-09-211-0/+21
* Fix JDK 1.4 compilation (after r682511 /bug 45538)Josh Micich2008-08-051-14/+11
* Fix bug #45538 - Include excel headers and footers in the output of ExcelExtr...Nick Burch2008-08-041-0/+16
* Patch from Yury, plus tests, from bug #45043 - Support for getting excel cell...Nick Burch2008-05-231-0/+22
* Finish off eventusermodel based Excel Extractor, and update the xls to csv co...Nick Burch2008-04-131-3/+1
* Start on a eventusermodel based excel text extractorNick Burch2008-04-131-0/+46
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and...Nick Burch2008-04-111-0/+71
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-25/+32
* String Continue records support (with test), from bug #41064Nick Burch2007-12-041-0/+13
* Implement an Excel text extractor, and put all the existing text extractors u...Nick Burch2007-10-271-0/+101