| Commit message (Expand) | Author | Age | Files | Lines |
* | bug 59791: getCellType and getCachedFormulaResultType should return an intege... | Javen O'Neal | 2016-07-04 | 1 | -4/+4 |
* | reorganize imports (remove unused imports, sort alphabetically) | Javen O'Neal | 2016-07-04 | 1 | -1/+0 |
* | bug 59791: convert Cell Type to an enum | Javen O'Neal | 2016-07-04 | 2 | -15/+13 |
* | javadocs fixes (jdk8) | Andreas Beeker | 2016-07-03 | 2 | -34/+40 |
* | deprecated constants pointing to MissingCellPolicy - use enum instead | Andreas Beeker | 2016-06-24 | 1 | -1/+3 |
* | Sonar fixes | Andreas Beeker | 2016-06-24 | 1 | -1/+1 |
* | #59724 Take advantage of all POIDocument classes being Closeable to tidy the ... | Nick Burch | 2016-06-19 | 1 | -0/+1 |
* | bug 59170: remove deprecated methods | Javen O'Neal | 2016-06-15 | 2 | -17/+1 |
* | fixing javadocs errors (in JDK8) | Andreas Beeker | 2016-06-12 | 2 | -4/+4 |
* | fix several findbugs SF_SWITCH_NO_DEFAULT warnings | Javen O'Neal | 2016-04-12 | 1 | -0/+2 |
* | Fix some cases where file handles are not closed in OldExcelExtractor | Dominik Stadler | 2016-04-02 | 1 | -2/+18 |
* | sonar fixes | Andreas Beeker | 2016-03-28 | 1 | -36/+40 |
* | Findbugs fixes | Dominik Stadler | 2016-03-12 | 1 | -6/+22 |
* | #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactory | Nick Burch | 2016-02-26 | 1 | -1/+1 |
* | Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ... | Nick Burch | 2016-02-26 | 1 | -2/+5 |
* | Make OldExcelExtractor Closeable to be able to free up resources if getText()... | Dominik Stadler | 2016-01-29 | 1 | -6/+25 |
* | replace Throwable.printStackTrace() with POILogger calls - Todo: other printS... | Andreas Beeker | 2016-01-10 | 1 | -21/+18 |
* | sonar fixes | Andreas Beeker | 2015-09-29 | 1 | -12/+5 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -1/+2 |
* | Remove a long-deprecated OPOIFS related method | Nick Burch | 2015-05-26 | 1 | -10/+0 |
* | Move location where document is held and adjust constructors and class-hierar... | Dominik Stadler | 2015-05-17 | 1 | -1/+2 |
* | Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... | Dominik Stadler | 2015-02-09 | 2 | -2/+1 |
* | Expose the version information from OldExcelExtractor | Nick Burch | 2014-12-22 | 1 | -8/+36 |
* | Update TODOs for what remains | Nick Burch | 2014-11-30 | 1 | -2/+2 |
* | More detection for older Excel formats when opening the POIFS Stream, and a m... | Nick Burch | 2014-11-30 | 1 | -6/+6 |
* | On Biff5 files, include the sheet name. (Older formats are single sheet) | Nick Burch | 2014-11-30 | 1 | -0/+10 |
* | Track the codepage in old excel files, to be able to correctly decode the 8 b... | Nick Burch | 2014-11-30 | 1 | -1/+12 |
* | Track what Biff version we are working on, and use that to work around Biff 2... | Nick Burch | 2014-11-30 | 1 | -4/+33 |
* | Switch to POITestCase / assertContains | Nick Burch | 2014-11-30 | 1 | -4/+7 |
* | Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -7/+54 |
* | Formula values for Excel 4 extractor, for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -19/+13 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -7/+8 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -8/+36 |
* | Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI... | Nick Burch | 2014-11-30 | 1 | -0/+97 |
* | Fix whitespace | Nick Burch | 2014-02-02 | 1 | -184/+184 |
* | Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface,... | Nick Burch | 2014-02-02 | 1 | -3/+12 |
* | Have the Excel text extractors all implement the same interface, as best as t... | Nick Burch | 2014-02-02 | 1 | -4/+12 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 1 | -0/+2 |
* | Add Word-to-Text converter and use it as replacement for WordExtractor | Sergey Vladimirov | 2011-08-09 | 2 | -38/+56 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 1 | -1/+1 |
* | Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFData... | Nick Burch | 2010-06-02 | 1 | -3/+19 |
* | Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter,... | Nick Burch | 2010-06-02 | 1 | -43/+2 |
* | Most of support suggested by Phil Varner on the list - ExtractorFactory can n... | Nick Burch | 2010-01-25 | 1 | -2/+16 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 1 | -44/+45 |
* | Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records | Josh Micich | 2009-06-04 | 1 | -9/+5 |
* | Tweaked patch from bug #46287 - Control of header and footer extraction in Ex... | Nick Burch | 2009-05-17 | 1 | -3/+22 |
* | removed unused imports of deprecated classes, fixed javadoc errors | Yegor Kozlov | 2009-04-11 | 2 | -2/+10 |
* | Follow-up fix for r737173 and r737238 (patch 46544) - filename arg was not pr... | Josh Micich | 2009-01-23 | 1 | -2/+3 |
* | Follow-up fix for r737173 (patch 46544) - filename arg was not properly parsed. | Josh Micich | 2009-01-23 | 1 | -1/+1 |
* | Bugzilla 45644 - adding a command line interface to hssf ExcelExtractor | Josh Micich | 2009-01-23 | 1 | -31/+188 |