| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage... | Dominik Stadler | 2015-09-22 | 1 | -0/+6 |
* | More forbidden apis fixes (added main-tests to the check) | Andreas Beeker | 2015-09-11 | 1 | -5/+19 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -148/+186 |
* | Avoid possible NPE found via CommonCrawl files | Dominik Stadler | 2015-05-11 | 1 | -0/+6 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 1 | -64/+87 |
* | Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage | Nick Burch | 2015-01-13 | 1 | -1/+1 |
* | Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it | Nick Burch | 2015-01-13 | 1 | -0/+21 |
* | Expose the version information from OldExcelExtractor | Nick Burch | 2014-12-22 | 1 | -0/+8 |
* | On Biff5 files, include the sheet name. (Older formats are single sheet) | Nick Burch | 2014-11-30 | 1 | -0/+3 |
* | Track the codepage in old excel files, to be able to correctly decode the 8 b... | Nick Burch | 2014-11-30 | 1 | -2/+1 |
* | Add some formatted numbers to the test biff5 files, and commented out tests u... | Nick Burch | 2014-11-30 | 1 | -0/+7 |
* | Track what Biff version we are working on, and use that to work around Biff 2... | Nick Burch | 2014-11-30 | 1 | -2/+5 |
* | Switch to POITestCase / assertContains | Nick Burch | 2014-11-30 | 1 | -27/+39 |
* | Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -3/+33 |
* | Largely there with the Excel 4 extractor, for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -3/+4 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -1/+1 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -1/+39 |
* | Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI... | Nick Burch | 2014-11-30 | 1 | -0/+52 |
* | Bug 54982: Add a close() interface to POITextExtractor which can be used to f... | Dominik Stadler | 2013-06-17 | 1 | -1/+1 |
* | force ASCII encoding when compiling sources, fixed unmappable characters for ... | Yegor Kozlov | 2010-06-13 | 1 | -1/+1 |
* | Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFData... | Nick Burch | 2010-06-02 | 1 | -19/+64 |
* | Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter,... | Nick Burch | 2010-06-02 | 1 | -5/+5 |
* | Removed unused imports under src/java and src/testcases. Other minor fixes. | Josh Micich | 2009-12-09 | 1 | -5/+4 |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 1 | -9/+6 |
* | Bugzilla 47652 - Added support for reading encrypted workbooks | Josh Micich | 2009-08-07 | 1 | -69/+79 |
* | Fix bug (broken junit) introduced in r773412. Also hooked up test. | Josh Micich | 2009-05-11 | 1 | -3/+3 |
* | Should be part of c 741036 (Fix for bug 46654 - HSSFRow/RowRecord needs to pr... | Josh Micich | 2009-02-05 | 1 | -12/+12 |
* | Reverted accidental early commit (should not be part of r741002) | Josh Micich | 2009-02-05 | 1 | -12/+12 |
* | Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for... | Josh Micich | 2009-02-05 | 1 | -12/+12 |
* | Update hssf.extractor.ExcelExtractor to optionally output blank cells too | Nick Burch | 2008-09-21 | 1 | -0/+21 |
* | Fix JDK 1.4 compilation (after r682511 /bug 45538) | Josh Micich | 2008-08-05 | 1 | -14/+11 |
* | Fix bug #45538 - Include excel headers and footers in the output of ExcelExtr... | Nick Burch | 2008-08-04 | 1 | -0/+16 |
* | Patch from Yury, plus tests, from bug #45043 - Support for getting excel cell... | Nick Burch | 2008-05-23 | 1 | -0/+22 |
* | Finish off eventusermodel based Excel Extractor, and update the xls to csv co... | Nick Burch | 2008-04-13 | 1 | -3/+1 |
* | Start on a eventusermodel based excel text extractor | Nick Burch | 2008-04-13 | 1 | -0/+46 |
* | Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and... | Nick Burch | 2008-04-11 | 1 | -0/+71 |
* | refactored all hssf junits to get test sample data in the in one place | Josh Micich | 2008-04-07 | 1 | -25/+32 |
* | String Continue records support (with test), from bug #41064 | Nick Burch | 2007-12-04 | 1 | -0/+13 |
* | Implement an Excel text extractor, and put all the existing text extractors u... | Nick Burch | 2007-10-27 | 1 | -0/+101 |