aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/extractor
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-273-1087/+0
* Sonar fixesAndreas Beeker2021-01-171-1/+1
* Properly close file handles in extractors and when handling password-protecte...Dominik Stadler2021-01-072-0/+23
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-133-27/+94
* Bug 63294: Add some more methods to allow to use CellType everywhereDominik Stadler2020-04-241-20/+20
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-101-1/+1
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-301-17/+10
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-291-3/+7
* replace more StringBuffersPJ Fanning2019-11-211-1/+1
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-271-1/+1
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-111-3/+3
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-5/+5
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-272-2/+2
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-041-1/+7
* Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...Dominik Stadler2017-09-231-2/+1
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-1/+4
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-4/+4
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-171-24/+5
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-162-4/+4
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-1/+1
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-1/+1
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-3/+4
* SonarQube fixesAndreas Beeker2017-01-031-14/+4
* Ensure streams are closed always, reformat code somewhatDominik Stadler2016-12-301-1/+15
* BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel...Tim Allison2016-10-201-1/+7
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-041-4/+4
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-041-1/+0
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-042-15/+13
* javadocs fixes (jdk8)Andreas Beeker2016-07-032-34/+40
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-241-1/+3
* Sonar fixesAndreas Beeker2016-06-241-1/+1
* #59724 Take advantage of all POIDocument classes being Closeable to tidy the ...Nick Burch2016-06-191-0/+1
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-152-17/+1
* fixing javadocs errors (in JDK8)Andreas Beeker2016-06-122-4/+4
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-121-0/+2
* Fix some cases where file handles are not closed in OldExcelExtractorDominik Stadler2016-04-021-2/+18
* sonar fixesAndreas Beeker2016-03-281-36/+40
* Findbugs fixesDominik Stadler2016-03-121-6/+22
* #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactoryNick Burch2016-02-261-1/+1
* Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ...Nick Burch2016-02-261-2/+5
* Make OldExcelExtractor Closeable to be able to free up resources if getText()...Dominik Stadler2016-01-291-6/+25
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-101-21/+18
* sonar fixesAndreas Beeker2015-09-291-12/+5
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+2
* Remove a long-deprecated OPOIFS related methodNick Burch2015-05-261-10/+0
* Move location where document is held and adjust constructors and class-hierar...Dominik Stadler2015-05-171-1/+2
* Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ...Dominik Stadler2015-02-092-2/+1
* Expose the version information from OldExcelExtractorNick Burch2014-12-221-8/+36
* Update TODOs for what remainsNick Burch2014-11-301-2/+2