aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/extractor
Commit message (Expand)AuthorAgeFilesLines
* 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
* More detection for older Excel formats when opening the POIFS Stream, and a m...Nick Burch2014-11-301-6/+6
* On Biff5 files, include the sheet name. (Older formats are single sheet)Nick Burch2014-11-301-0/+10
* Track the codepage in old excel files, to be able to correctly decode the 8 b...Nick Burch2014-11-301-1/+12
* Track what Biff version we are working on, and use that to work around Biff 2...Nick Burch2014-11-301-4/+33
* Switch to POITestCase / assertContainsNick Burch2014-11-301-4/+7
* Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490Nick Burch2014-11-301-7/+54
* Formula values for Excel 4 extractor, for TIKA-1490Nick Burch2014-11-301-19/+13
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-301-7/+8
* Further Excel 4 text extractor support, for TIKA-1490Nick Burch2014-11-301-8/+36
* Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI...Nick Burch2014-11-301-0/+97
* 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-092-38/+56
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-1/+1
* Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFData...Nick Burch2010-06-021-3/+19
* 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
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-041-9/+5
* Tweaked patch from bug #46287 - Control of header and footer extraction in Ex...Nick Burch2009-05-171-3/+22
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-112-2/+10
* Follow-up fix for r737173 and r737238 (patch 46544) - filename arg was not pr...Josh Micich2009-01-231-2/+3
* Follow-up fix for r737173 (patch 46544) - filename arg was not properly parsed.Josh Micich2009-01-231-1/+1
* Bugzilla 45644 - adding a command line interface to hssf ExcelExtractorJosh Micich2009-01-231-31/+188