aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* javadocs fixes (jdk8)Andreas Beeker2016-07-031-8/+11
* 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
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-221-55/+35
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-191-8/+8
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-071-1/+1
* 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