aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-310/+0
* Properly close file handles in extractors and when handling password-protecte...Dominik Stadler2021-01-071-0/+16
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-131-9/+38
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-101-1/+1
* replace more StringBuffersPJ Fanning2019-11-211-1/+1
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-1/+1
* Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...Dominik Stadler2017-09-231-2/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-2/+2
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-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-151-9/+0
* fixing javadocs errors (in JDK8)Andreas Beeker2016-06-121-2/+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-091-1/+0
* Fix whitespaceNick Burch2014-02-021-184/+184
* Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface,...Nick Burch2014-02-021-3/+12
* Have the Excel text extractors all implement the same interface, as best as t...Nick Burch2014-02-021-4/+12
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-0/+2
* Add Word-to-Text converter and use it as replacement for WordExtractorSergey Vladimirov2011-08-091-11/+21
* Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter,...Nick Burch2010-06-021-43/+2
* Most of support suggested by Phil Varner on the list - ExtractorFactory can n...Nick Burch2010-01-251-2/+16
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-44/+45
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-111-1/+4
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-191-2/+3
* Extended support for cached results of formula cellsJosh Micich2008-09-121-99/+100
* Finish off eventusermodel based Excel Extractor, and update the xls to csv co...Nick Burch2008-04-131-1/+17
* Start on a eventusermodel based excel text extractorNick Burch2008-04-131-0/+260