aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* put field initialisation in Workbook constructorJosh Micich2009-12-221-17/+27
* Removed unused Model, ModelFactory. ModelFactoryListener etc.Josh Micich2009-12-227-336/+3
* renamed function implementations to avoid potential name clashesJosh Micich2009-12-218-18/+29
* fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251Yegor Kozlov2009-12-214-5/+79
* undo code mistakenly submitted in r892839Yegor Kozlov2009-12-211-5/+3
* improved javadoc on Picture.resize()Yegor Kozlov2009-12-215-1/+36
* another test for Bugzilla 48026Yegor Kozlov2009-12-191-0/+3
* fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bug...Yegor Kozlov2009-12-1911-66/+423
* added --noheader option to BiffViewer to suppress output of record headersYegor Kozlov2009-12-191-6/+19
* fixed CellRangeUtil.mergeCellRanges to work for adjacent cell regionsYegor Kozlov2009-12-192-2/+12
* fixed possible NPE in LbsDataSubRecord.toString()Yegor Kozlov2009-12-191-1/+1
* changed retention policy in @Internal to RUNTIME, also added a string paramet...Yegor Kozlov2009-12-191-2/+2
* removed obsolete work-around code from test caseJosh Micich2009-12-171-54/+1
* Fixed INDEX function to return reference results properly.Josh Micich2009-12-173-97/+128
* Minor improvements to error reporting in TestIndexFunctionFromSpreadsheetJosh Micich2009-12-171-7/+7
* fixed special cases of dereferenceResult methodJosh Micich2009-12-163-36/+56
* changed short param to int in AreaEval.containsColumn() methodJosh Micich2009-12-163-6/+6
* fixed ExternalNameRecord to properly distinguish DDE data from OLE data in th...Yegor Kozlov2009-12-153-98/+71
* preserve POIFS StorageClsid when re-writing existing workbooks, this property...Yegor Kozlov2009-12-152-5/+27
* updated the Downloads page to reflect the latest release of POI-3.6Yegor Kozlov2009-12-154-21/+23
* added a template of RELEASE-NOTESYegor Kozlov2009-12-151-0/+52
* Added missing license headers to 5 files. Removed dist target from howtobuild...Dave Fisher2009-12-136-4/+80
* Documentation changes for poi-ooxml-schemasDave Fisher2009-12-131-3/+24
* modified MultiOperandNumericFunction to use TwoDEvalJosh Micich2009-12-091-4/+4
* 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-071-1/+3
* 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-031-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-027-159/+561
* Made ScalarConstantPtg public and MissingArgEval.instance finalJosh Micich2009-12-012-3/+5
* 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