aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/eventusermodel
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-291-1/+1
* bug 60526: Make loggers final and make throttled log actually workDominik Stadler2016-12-301-1/+1
* javadocs fixes (jdk8)Andreas Beeker2016-07-038-25/+92
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-241-2/+2
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-121-0/+2
* Refactor to pull out the list of Excel 97+ directory entry names to a common ...Nick Burch2016-02-261-10/+11
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-1/+2
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-5/+19
* Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ...Dominik Stadler2015-02-091-3/+2
* Correct logic for the start-of-sheet missing rows, for event user model, and ...Nick Burch2014-07-302-2/+9
* Start on details tests for bug #53433Nick Burch2014-07-301-1/+10
* The Event User Model fake-workbook for formula evaluations needs to know abou...Nick Burch2014-07-191-1/+8
* Fix Generics warningsNick Burch2014-07-191-7/+7
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-235-10/+0
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-161-2/+5
* fixed bug 53588Evgeniy Berlog2012-09-081-9/+6
* cleaned javadoc warningsYegor Kozlov2010-06-062-5/+2
* Add patch from Jukka from bug #48617 + test - Optionally allow the overriding...Nick Burch2010-01-261-2/+20
* Most of support suggested by Phil Varner on the list - ExtractorFactory can n...Nick Burch2010-01-251-5/+28
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-221-55/+35
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-091-14/+12
* Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis...Nick Burch2009-11-031-2/+40
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-082-90/+66
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-77/+75
* Bugzilla 47652 - Added support for reading encrypted workbooksJosh Micich2009-08-071-4/+3
* code improvements to RecordFactoryInputStreamJosh Micich2009-08-071-84/+67
* refactored HSSFEventFactory to use RecordFactory instead of HSSFRecordStream,...Yegor Kozlov2009-07-052-235/+1
* Fix javadocs for AbortableHSSFListener, and add unit test to show it all worksNick Burch2009-05-051-7/+9
* re-arranging methods getRecordSize and getDataSize in Record / StandardRecord...Josh Micich2008-12-041-1/+1
* converted getRecordSize methods to getDataSizeJosh Micich2008-10-314-41/+43
* Removed dodgy superlcass implementation of Record.getRecordSize()Josh Micich2008-10-303-7/+18
* Refactored fillFields() method into constructor in Record class hierarchyJosh Micich2008-09-303-15/+0
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-191-8/+8
* Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multipl...Josh Micich2008-08-231-123/+73
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-071-1/+1
* More tests for bug #45365, but still not able to reproduce itNick Burch2008-08-051-5/+7
* Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermode...Nick Burch2008-07-201-26/+5
* Fix bug #45365 - Handle more excel number formatting rules in FormatTrackingH...Nick Burch2008-07-101-0/+62
* Avoid spurious missing lines with the MissingRecordAware event code, and odd ...Nick Burch2008-06-281-28/+40
* Finish the EventWorkbookBuilder, now does sheet references in formulas properlyNick Burch2008-06-281-4/+8
* Make a start on being able to process formulas in the eventusermodel codeNick Burch2008-06-241-0/+195
* Implement a proxy HSSFListener which tracks the format records, and lets you ...Nick Burch2008-04-091-0/+117
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-294-0/+361
* Convert HSSFEventFactory to using the new HSSFRecordStream, which returns ful...Nick Burch2008-01-312-103/+249
* Lots of documentation updates, to make it clearer how the code actually worksNick Burch2008-01-311-19/+23
* fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ...Yegor Kozlov2007-09-131-11/+7
* Fix for bug #42844 - Include some of the crazy continue record handling that ...Nick Burch2007-08-231-5/+35
* replace Jakarta POI --> Apache POI in package.html filesYegor Kozlov2007-06-061-1/+1
* Add standard licence header for src/java directoryMark Thomas2007-01-151-1/+18