| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage... | Dominik Stadler | 2015-09-22 | 1 | -0/+7 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 2 | -28/+24 |
* | Fix inconsistent indents | Nick Burch | 2015-04-23 | 1 | -102/+102 |
* | Add unit test for Eventmodel processing of password protected excel files | Nick Burch | 2015-04-23 | 1 | -0/+63 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 1 | -2/+14 |
* | Correct logic for the start-of-sheet missing rows, for event user model, and ... | Nick Burch | 2014-07-30 | 1 | -1/+12 |
* | Start on details tests for bug #53433 | Nick Burch | 2014-07-30 | 1 | -1/+405 |
* | Rename some of the internal HSSF sheet lookup methods which deal with externa... | Nick Burch | 2014-07-24 | 1 | -3/+3 |
* | Fix inconsistent indents | Nick Burch | 2014-07-19 | 1 | -122/+122 |
* | The Event User Model fake-workbook for formula evaluations needs to know abou... | Nick Burch | 2014-07-19 | 1 | -2/+5 |
* | patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2c | Yegor Kozlov | 2013-12-24 | 1 | -1/+2 |
* | Remove Eclipse warnings, remove duplicate test, rename tests to also run test... | Dominik Stadler | 2013-09-09 | 1 | -4/+5 |
* | fixed bug 53588 | Evgeniy Berlog | 2012-09-08 | 1 | -0/+18 |
* | fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug... | Yegor Kozlov | 2011-02-10 | 1 | -4/+4 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 1 | -2/+2 |
* | More work on FeatRecord/Shared Features. More is still needed though, it's st... | Nick Burch | 2009-12-26 | 1 | -4/+6 |
* | Renamed model.Workbook to InternalWorkbook to alleviate name clash. | Josh Micich | 2009-12-22 | 1 | -28/+28 |
* | Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis... | Nick Burch | 2009-11-03 | 1 | -0/+39 |
* | Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva... | Josh Micich | 2008-09-19 | 1 | -5/+5 |
* | Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter... | Josh Micich | 2008-09-18 | 1 | -1/+3 |
* | Fix for bug 45978 - removed eager initialisation of SheetReferences | Josh Micich | 2008-09-14 | 1 | -8/+5 |
* | Changed FormulaRecord.getParsedExpression to return Ptg array | Josh Micich | 2008-08-29 | 1 | -19/+24 |
* | Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multipl... | Josh Micich | 2008-08-23 | 1 | -41/+45 |
* | More tests for bug #45365, but still not able to reproduce it | Nick Burch | 2008-08-05 | 1 | -19/+33 |
* | Fix bug #45365 - Handle more excel number formatting rules in FormatTrackingH... | Nick Burch | 2008-07-10 | 1 | -4/+39 |
* | Minor junit fix after r674953 (bug 45354). Hooked up loose tests in suite. | Josh Micich | 2008-07-09 | 2 | -2/+40 |
* | Patch from dnapoletano from bug #45175 - Support for variable length operands... | Nick Burch | 2008-06-28 | 1 | -3/+0 |
* | Avoid spurious missing lines with the MissingRecordAware event code, and odd ... | Nick Burch | 2008-06-28 | 1 | -7/+70 |
* | Finish the EventWorkbookBuilder, now does sheet references in formulas properly | Nick Burch | 2008-06-28 | 1 | -7/+27 |
* | Make a start on being able to process formulas in the eventusermodel code | Nick Burch | 2008-06-24 | 1 | -0/+140 |
* | Implement a proxy HSSFListener which tracks the format records, and lets you ... | Nick Burch | 2008-04-09 | 1 | -0/+65 |
* | refactored all hssf junits to get test sample data in the in one place | Josh Micich | 2008-04-07 | 2 | -54/+54 |
* | Move the missing record aware eventusermodel code out of scratchpad | Nick Burch | 2008-03-29 | 1 | -0/+360 |
* | Convert HSSFEventFactory to using the new HSSFRecordStream, which returns ful... | Nick Burch | 2008-01-31 | 1 | -0/+21 |
* | fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ... | Yegor Kozlov | 2007-09-13 | 1 | -0/+18 |
* | Fix for bug #42844 - Include some of the crazy continue record handling that ... | Nick Burch | 2007-08-23 | 1 | -0/+88 |