| Commit message (Expand) | Author | Age | Files | Lines |
* | 65206 - Migrate ant / maven to gradle build | Andreas Beeker | 2021-03-27 | 2 | -766/+0 |
* | Sonar fixes | Andreas Beeker | 2021-01-10 | 2 | -2/+2 |
* | Sonar fixes | Andreas Beeker | 2021-01-08 | 2 | -37/+37 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 2 | -39/+29 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-13 | 1 | -10/+8 |
* | Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly. | Tim Allison | 2020-02-10 | 1 | -0/+15 |
* | Sonar fixes - Tests should include assertions | Andreas Beeker | 2020-01-03 | 1 | -178/+188 |
* | Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names | Dominik Stadler | 2019-03-19 | 1 | -1/+1 |
* | Bug 60405: Add initial support for cetab functions so some macros can be | Dominik Stadler | 2019-01-27 | 1 | -42/+54 |
* | #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* | Andreas Beeker | 2018-08-31 | 1 | -4/+4 |
* | Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated... | Andreas Beeker | 2018-05-01 | 1 | -7/+2 |
* | Bug 62165: Do not close stream when opening succeeds | Dominik Stadler | 2018-04-04 | 1 | -29/+24 |
* | use StandardCharsets | PJ Fanning | 2017-12-19 | 1 | -1/+1 |
* | Adjust some tests to properly close resources | Dominik Stadler | 2017-11-05 | 1 | -129/+109 |
* | bug 61045 -- allow for (and log!) extra bytes in FormatRecord. | Tim Allison | 2017-06-20 | 1 | -2/+11 |
* | Use assertContains instead of assertTrue(text.contains) for better error mess... | Javen O'Neal | 2017-04-19 | 1 | -19/+16 |
* | fix eclipse warnings - close resources / type generics | Andreas Beeker | 2017-01-15 | 1 | -44/+36 |
* | Ensure streams are closed always, reformat code somewhat | Dominik Stadler | 2016-12-30 | 1 | -0/+8 |
* | Add some missing close() calls | Dominik Stadler | 2016-10-20 | 1 | -0/+1 |
* | BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel... | Tim Allison | 2016-10-20 | 1 | -1/+17 |
* | Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... | Dominik Stadler | 2016-07-17 | 1 | -33/+10 |
* | Findbugs fixes | Dominik Stadler | 2016-03-12 | 1 | -1/+9 |
* | Adjust test to pass forbidden-apis-check | Dominik Stadler | 2016-01-30 | 1 | -3/+3 |
* | Make OldExcelExtractor Closeable to be able to free up resources if getText()... | Dominik Stadler | 2016-01-29 | 1 | -14/+172 |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 1 | -3/+4 |
* | 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 |