aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/extractor
Commit message (Expand)AuthorAgeFilesLines
* 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