aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Created new TwoDEval interface for AreaEvals (in preparation for patch 48292)Josh Micich2009-12-0918-99/+158
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-0911-138/+102
* Renamed AreaEval method from getValueAt() to getAbsoluteValue()Josh Micich2009-12-085-23/+22
* Some more clean up of array formula support in preparation for patch 48292Josh Micich2009-12-084-9/+41
* Refactored some code in OFFSET implementation. Added test cases showing comp...Josh Micich2009-12-083-52/+53
* Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul T...Josh Micich2009-12-085-0/+141
* updated current version on status.xml, also some misc post-release improvemen...Yegor Kozlov2009-12-073-9/+11
* set version.id to 3.7-SNAPSHOTYegor Kozlov2009-12-071-1/+1
* Controlled instantiation of BoolPtg (made consistent with ErrPtg)Josh Micich2009-12-053-9/+16
* Removed generic type parameter from OperandPtg because it was not worth the e...Josh Micich2009-12-048-16/+14
* fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzil...Yegor Kozlov2009-12-043-5/+24
* Made POI follow the rules for encoding unary +/- operators more closely.Josh Micich2009-12-042-3/+69
* Refactoring/simplification of TestFormulaParserJosh Micich2009-12-041-201/+93
* More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C...Josh Micich2009-12-033-15/+123
* Converted line endings from CRLF to LF in Internal.javaJosh Micich2009-12-031-37/+38
* added an annotation '@Internal' to mark program elements intended for POI int...Yegor Kozlov2009-12-0331-5/+128
* added a test covering bookmarksYegor Kozlov2009-12-032-14/+12
* Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved fieldJosh Micich2009-12-023-131/+103
* Added junits for existing functionality of ColumnInfoRecordJosh Micich2009-12-022-0/+65
* fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701Yegor Kozlov2009-12-028-159/+561
* Mark my old, small, GPG key as expiring at the end of the year (everything wi...Nick Burch2009-12-011-217/+310
* Made ScalarConstantPtg public and MissingArgEval.instance finalJosh Micich2009-12-012-3/+5
* Add some more signatures to my new key following the keysigning party, and ad...Nick Burch2009-11-301-137/+574
* memory usage optimization in XSSF - avoid creating parentless xml beansYegor Kozlov2009-11-308-74/+260
* Made BlankEval instance consistent with other Eval singletons.Josh Micich2009-11-2827-71/+73
* Added constants for IF() and CHOOSE() function indexesJosh Micich2009-11-272-3/+10
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-2712-216/+158
* minor changes - initial work on bugzilla 48292 (support for array formulas)Josh Micich2009-11-275-764/+778
* small tweak to fix compiler error after r884918 (differences in @Override rul...Josh Micich2009-11-272-6/+3
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-2724-645/+1314
* Moved handling of MissingArgEval into IF() or CHOOSE() for non-optimised (eag...Josh Micich2009-11-263-6/+26
* Added test to confirm proper handling of MissingArgEval when returned from IF...Josh Micich2009-11-261-0/+43
* Add support for creating SummaryInformation and DocumentSummaryInformation pr...Nick Burch2009-11-253-0/+86
* Fix bug #48180 - short chart records skipping some unused fieldsNick Burch2009-11-255-8/+33
* Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious...Nick Burch2009-11-253-6/+84
* Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula ...Nick Burch2009-11-253-1/+16
* poi-ooxml-schemas depends on geronimo-stax-apiYegor Kozlov2009-11-241-0/+5
* more cleanup of build.xml, improved release procedure, added a script to crea...Yegor Kozlov2009-11-244-84/+65
* more improvements in build.xml: moved ooxml-lite targets out of normal 'compi...Yegor Kozlov2009-11-232-110/+70
* Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate()Josh Micich2009-11-236-53/+51
* updated remaining evaluator functions to implement fixed args interfacesJosh Micich2009-11-2326-699/+587
* small tweaks to junit code - enabled one test case for AVERAGE() and improved...Josh Micich2009-11-222-6/+9
* added fixed arg function interfaces, converted some functionsJosh Micich2009-11-2237-270/+524
* refactored functions taking optionally 2 or 3 parametersJosh Micich2009-11-229-147/+223
* minor fix to T() function, junit addedJosh Micich2009-11-222-2/+29
* Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, ...Josh Micich2009-11-225-8/+270
* Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - r88292...Josh Micich2009-11-221-0/+1
* fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidthYegor Kozlov2009-11-213-2/+3
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc i...Yegor Kozlov2009-11-2124-1178/+938
* Adjusted the project doap file to include 3.5 release and OOXML / ECMA-376Dave Fisher2009-11-201-2/+9