aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/eventusermodel
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage...Dominik Stadler2015-09-221-0/+7
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-122-28/+24
* Fix inconsistent indentsNick Burch2015-04-231-102/+102
* Add unit test for Eventmodel processing of password protected excel filesNick Burch2015-04-231-0/+63
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-2/+14
* Correct logic for the start-of-sheet missing rows, for event user model, and ...Nick Burch2014-07-301-1/+12
* Start on details tests for bug #53433Nick Burch2014-07-301-1/+405
* Rename some of the internal HSSF sheet lookup methods which deal with externa...Nick Burch2014-07-241-3/+3
* Fix inconsistent indentsNick Burch2014-07-191-122/+122
* The Event User Model fake-workbook for formula evaluations needs to know abou...Nick Burch2014-07-191-2/+5
* patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2cYegor Kozlov2013-12-241-1/+2
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-091-4/+5
* fixed bug 53588Evgeniy Berlog2012-09-081-0/+18
* fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug...Yegor Kozlov2011-02-101-4/+4
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-2/+2
* More work on FeatRecord/Shared Features. More is still needed though, it's st...Nick Burch2009-12-261-4/+6
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-221-28/+28
* Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis...Nick Burch2009-11-031-0/+39
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-191-5/+5
* Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter...Josh Micich2008-09-181-1/+3
* Fix for bug 45978 - removed eager initialisation of SheetReferencesJosh Micich2008-09-141-8/+5
* Changed FormulaRecord.getParsedExpression to return Ptg arrayJosh Micich2008-08-291-19/+24
* Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multipl...Josh Micich2008-08-231-41/+45
* More tests for bug #45365, but still not able to reproduce itNick Burch2008-08-051-19/+33
* Fix bug #45365 - Handle more excel number formatting rules in FormatTrackingH...Nick Burch2008-07-101-4/+39
* Minor junit fix after r674953 (bug 45354). Hooked up loose tests in suite.Josh Micich2008-07-092-2/+40
* Patch from dnapoletano from bug #45175 - Support for variable length operands...Nick Burch2008-06-281-3/+0
* Avoid spurious missing lines with the MissingRecordAware event code, and odd ...Nick Burch2008-06-281-7/+70
* Finish the EventWorkbookBuilder, now does sheet references in formulas properlyNick Burch2008-06-281-7/+27
* Make a start on being able to process formulas in the eventusermodel codeNick Burch2008-06-241-0/+140
* Implement a proxy HSSFListener which tracks the format records, and lets you ...Nick Burch2008-04-091-0/+65
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-072-54/+54
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-291-0/+360
* Convert HSSFEventFactory to using the new HSSFRecordStream, which returns ful...Nick Burch2008-01-311-0/+21
* fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ...Yegor Kozlov2007-09-131-0/+18
* Fix for bug #42844 - Include some of the crazy continue record handling that ...Nick Burch2007-08-231-0/+88