aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/extractor
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-272-766/+0
* Sonar fixesAndreas Beeker2021-01-102-2/+2
* Sonar fixesAndreas Beeker2021-01-082-37/+37
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-242-39/+29
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-131-10/+8
* Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.Tim Allison2020-02-101-0/+15
* Sonar fixes - Tests should include assertionsAndreas Beeker2020-01-031-178/+188
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-1/+1
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-271-42/+54
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-4/+4
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-011-7/+2
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-041-29/+24
* use StandardCharsetsPJ Fanning2017-12-191-1/+1
* Adjust some tests to properly close resourcesDominik Stadler2017-11-051-129/+109
* bug 61045 -- allow for (and log!) extra bytes in FormatRecord.Tim Allison2017-06-201-2/+11
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-191-19/+16
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-44/+36
* Ensure streams are closed always, reformat code somewhatDominik Stadler2016-12-301-0/+8
* Add some missing close() callsDominik Stadler2016-10-201-0/+1
* BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel...Tim Allison2016-10-201-1/+17
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-171-33/+10
* Findbugs fixesDominik Stadler2016-03-121-1/+9
* Adjust test to pass forbidden-apis-checkDominik Stadler2016-01-301-3/+3
* Make OldExcelExtractor Closeable to be able to free up resources if getText()...Dominik Stadler2016-01-291-14/+172
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-221-3/+4
* 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