| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary initialization of members | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | remove deprecated org.apache.poi.hssf.record.RecordFormatException | PJ Fanning | 2017-06-29 | 1 | -1/+1 |
* | bug 60526: Make loggers final and make throttled log actually work | Dominik Stadler | 2016-12-30 | 1 | -1/+1 |
* | javadocs fixes (jdk8) | Andreas Beeker | 2016-07-03 | 8 | -25/+92 |
* | bug 59748: replace Hashtable with HashMap; contributed by Axel Howind | Javen O'Neal | 2016-06-24 | 1 | -2/+2 |
* | fix several findbugs SF_SWITCH_NO_DEFAULT warnings | Javen O'Neal | 2016-04-12 | 1 | -0/+2 |
* | Refactor to pull out the list of Excel 97+ directory entry names to a common ... | Nick Burch | 2016-02-26 | 1 | -10/+11 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -1/+2 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 1 | -5/+19 |
* | Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... | Dominik Stadler | 2015-02-09 | 1 | -3/+2 |
* | Correct logic for the start-of-sheet missing rows, for event user model, and ... | Nick Burch | 2014-07-30 | 2 | -2/+9 |
* | Start on details tests for bug #53433 | Nick Burch | 2014-07-30 | 1 | -1/+10 |
* | The Event User Model fake-workbook for formula evaluations needs to know abou... | Nick Burch | 2014-07-19 | 1 | -1/+8 |
* | Fix Generics warnings | Nick Burch | 2014-07-19 | 1 | -7/+7 |
* | Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle | Nick Burch | 2013-08-23 | 5 | -10/+0 |
* | Bug 52628 - Replace System.err info messages with a POILogger | Yegor Kozlov | 2012-11-16 | 1 | -2/+5 |
* | fixed bug 53588 | Evgeniy Berlog | 2012-09-08 | 1 | -9/+6 |
* | cleaned javadoc warnings | Yegor Kozlov | 2010-06-06 | 2 | -5/+2 |
* | Add patch from Jukka from bug #48617 + test - Optionally allow the overriding... | Nick Burch | 2010-01-26 | 1 | -2/+20 |
* | Most of support suggested by Phil Varner on the list - ExtractorFactory can n... | Nick Burch | 2010-01-25 | 1 | -5/+28 |
* | Renamed model.Workbook to InternalWorkbook to alleviate name clash. | Josh Micich | 2009-12-22 | 1 | -55/+35 |
* | Removed unused imports under src/java and src/testcases. Other minor fixes. | Josh Micich | 2009-12-09 | 1 | -14/+12 |
* | Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis... | Nick Burch | 2009-11-03 | 1 | -2/+40 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 2 | -90/+66 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 1 | -77/+75 |
* | Bugzilla 47652 - Added support for reading encrypted workbooks | Josh Micich | 2009-08-07 | 1 | -4/+3 |
* | code improvements to RecordFactoryInputStream | Josh Micich | 2009-08-07 | 1 | -84/+67 |
* | refactored HSSFEventFactory to use RecordFactory instead of HSSFRecordStream,... | Yegor Kozlov | 2009-07-05 | 2 | -235/+1 |
* | Fix javadocs for AbortableHSSFListener, and add unit test to show it all works | Nick Burch | 2009-05-05 | 1 | -7/+9 |
* | re-arranging methods getRecordSize and getDataSize in Record / StandardRecord... | Josh Micich | 2008-12-04 | 1 | -1/+1 |
* | converted getRecordSize methods to getDataSize | Josh Micich | 2008-10-31 | 4 | -41/+43 |
* | Removed dodgy superlcass implementation of Record.getRecordSize() | Josh Micich | 2008-10-30 | 3 | -7/+18 |
* | Refactored fillFields() method into constructor in Record class hierarchy | Josh Micich | 2008-09-30 | 3 | -15/+0 |
* | Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva... | Josh Micich | 2008-09-19 | 1 | -8/+8 |
* | Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multipl... | Josh Micich | 2008-08-23 | 1 | -123/+73 |
* | Fix for bug 45582 - handle extra bytes after the EOFRecord | Josh Micich | 2008-08-07 | 1 | -1/+1 |
* | More tests for bug #45365, but still not able to reproduce it | Nick Burch | 2008-08-05 | 1 | -5/+7 |
* | Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermode... | Nick Burch | 2008-07-20 | 1 | -26/+5 |
* | Fix bug #45365 - Handle more excel number formatting rules in FormatTrackingH... | Nick Burch | 2008-07-10 | 1 | -0/+62 |
* | Avoid spurious missing lines with the MissingRecordAware event code, and odd ... | Nick Burch | 2008-06-28 | 1 | -28/+40 |
* | Finish the EventWorkbookBuilder, now does sheet references in formulas properly | Nick Burch | 2008-06-28 | 1 | -4/+8 |
* | Make a start on being able to process formulas in the eventusermodel code | Nick Burch | 2008-06-24 | 1 | -0/+195 |
* | Implement a proxy HSSFListener which tracks the format records, and lets you ... | Nick Burch | 2008-04-09 | 1 | -0/+117 |
* | Move the missing record aware eventusermodel code out of scratchpad | Nick Burch | 2008-03-29 | 4 | -0/+361 |
* | Convert HSSFEventFactory to using the new HSSFRecordStream, which returns ful... | Nick Burch | 2008-01-31 | 2 | -103/+249 |
* | Lots of documentation updates, to make it clearer how the code actually works | Nick Burch | 2008-01-31 | 1 | -19/+23 |
* | fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ... | Yegor Kozlov | 2007-09-13 | 1 | -11/+7 |
* | Fix for bug #42844 - Include some of the crazy continue record handling that ... | Nick Burch | 2007-08-23 | 1 | -5/+35 |
* | replace Jakarta POI --> Apache POI in package.html files | Yegor Kozlov | 2007-06-06 | 1 | -1/+1 |
* | Add standard licence header for src/java directory | Mark Thomas | 2007-01-15 | 1 | -1/+18 |