| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed function implementations to avoid potential name clashes | Josh Micich | 2009-12-21 | 8 | -18/+29 |
* | fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251 | Yegor Kozlov | 2009-12-21 | 5 | -5/+79 |
* | undo code mistakenly submitted in r892839 | Yegor Kozlov | 2009-12-21 | 1 | -5/+3 |
* | improved javadoc on Picture.resize() | Yegor Kozlov | 2009-12-21 | 5 | -1/+36 |
* | another test for Bugzilla 48026 | Yegor Kozlov | 2009-12-19 | 2 | -0/+3 |
* | fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bug... | Yegor Kozlov | 2009-12-19 | 11 | -66/+423 |
* | added --noheader option to BiffViewer to suppress output of record headers | Yegor Kozlov | 2009-12-19 | 1 | -6/+19 |
* | fixed CellRangeUtil.mergeCellRanges to work for adjacent cell regions | Yegor Kozlov | 2009-12-19 | 2 | -2/+12 |
* | fixed possible NPE in LbsDataSubRecord.toString() | Yegor Kozlov | 2009-12-19 | 1 | -1/+1 |
* | changed retention policy in @Internal to RUNTIME, also added a string paramet... | Yegor Kozlov | 2009-12-19 | 1 | -2/+2 |
* | removed obsolete work-around code from test case | Josh Micich | 2009-12-17 | 1 | -54/+1 |
* | Fixed INDEX function to return reference results properly. | Josh Micich | 2009-12-17 | 4 | -97/+128 |
* | Minor improvements to error reporting in TestIndexFunctionFromSpreadsheet | Josh Micich | 2009-12-17 | 1 | -7/+7 |
* | fixed special cases of dereferenceResult method | Josh Micich | 2009-12-16 | 3 | -36/+56 |
* | changed short param to int in AreaEval.containsColumn() method | Josh Micich | 2009-12-16 | 3 | -6/+6 |
* | fixed ExternalNameRecord to properly distinguish DDE data from OLE data in th... | Yegor Kozlov | 2009-12-15 | 3 | -98/+71 |
* | preserve POIFS StorageClsid when re-writing existing workbooks, this property... | Yegor Kozlov | 2009-12-15 | 3 | -5/+27 |
* | updated the Downloads page to reflect the latest release of POI-3.6 | Yegor Kozlov | 2009-12-15 | 4 | -21/+23 |
* | added a template of RELEASE-NOTES | Yegor Kozlov | 2009-12-15 | 1 | -0/+52 |
* | Added missing license headers to 5 files. Removed dist target from howtobuild... | Dave Fisher | 2009-12-13 | 6 | -4/+80 |
* | Documentation changes for poi-ooxml-schemas | Dave Fisher | 2009-12-13 | 1 | -3/+24 |
* | modified MultiOperandNumericFunction to use TwoDEval | Josh Micich | 2009-12-09 | 1 | -4/+4 |
* | Created new TwoDEval interface for AreaEvals (in preparation for patch 48292) | Josh Micich | 2009-12-09 | 18 | -99/+158 |
* | Removed unused imports under src/java and src/testcases. Other minor fixes. | Josh Micich | 2009-12-09 | 11 | -138/+102 |
* | Renamed AreaEval method from getValueAt() to getAbsoluteValue() | Josh Micich | 2009-12-08 | 5 | -23/+22 |
* | Some more clean up of array formula support in preparation for patch 48292 | Josh Micich | 2009-12-08 | 4 | -9/+41 |
* | Refactored some code in OFFSET implementation. Added test cases showing comp... | Josh Micich | 2009-12-08 | 3 | -52/+53 |
* | Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul T... | Josh Micich | 2009-12-08 | 5 | -0/+141 |
* | updated current version on status.xml, also some misc post-release improvemen... | Yegor Kozlov | 2009-12-07 | 3 | -9/+11 |
* | set version.id to 3.7-SNAPSHOT | Yegor Kozlov | 2009-12-07 | 1 | -1/+1 |
* | Controlled instantiation of BoolPtg (made consistent with ErrPtg) | Josh Micich | 2009-12-05 | 3 | -9/+16 |
* | Removed generic type parameter from OperandPtg because it was not worth the e... | Josh Micich | 2009-12-04 | 8 | -16/+14 |
* | fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzil... | Yegor Kozlov | 2009-12-04 | 3 | -5/+24 |
* | Made POI follow the rules for encoding unary +/- operators more closely. | Josh Micich | 2009-12-04 | 2 | -3/+69 |
* | Refactoring/simplification of TestFormulaParser | Josh Micich | 2009-12-04 | 1 | -201/+93 |
* | More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C... | Josh Micich | 2009-12-03 | 3 | -15/+123 |
* | Converted line endings from CRLF to LF in Internal.java | Josh Micich | 2009-12-03 | 1 | -37/+38 |
* | added an annotation '@Internal' to mark program elements intended for POI int... | Yegor Kozlov | 2009-12-03 | 31 | -5/+128 |
* | added a test covering bookmarks | Yegor Kozlov | 2009-12-03 | 2 | -14/+12 |
* | Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field | Josh Micich | 2009-12-02 | 3 | -131/+103 |
* | Added junits for existing functionality of ColumnInfoRecord | Josh Micich | 2009-12-02 | 2 | -0/+65 |
* | fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 | Yegor Kozlov | 2009-12-02 | 8 | -159/+561 |
* | Mark my old, small, GPG key as expiring at the end of the year (everything wi... | Nick Burch | 2009-12-01 | 1 | -217/+310 |
* | Made ScalarConstantPtg public and MissingArgEval.instance final | Josh Micich | 2009-12-01 | 2 | -3/+5 |
* | Add some more signatures to my new key following the keysigning party, and ad... | Nick Burch | 2009-11-30 | 1 | -137/+574 |
* | memory usage optimization in XSSF - avoid creating parentless xml beans | Yegor Kozlov | 2009-11-30 | 8 | -74/+260 |
* | Made BlankEval instance consistent with other Eval singletons. | Josh Micich | 2009-11-28 | 27 | -71/+73 |
* | Added constants for IF() and CHOOSE() function indexes | Josh Micich | 2009-11-27 | 2 | -3/+10 |
* | Patch 48284 - raise visibility of FormulaParseException | Josh Micich | 2009-11-27 | 12 | -216/+158 |
* | minor changes - initial work on bugzilla 48292 (support for array formulas) | Josh Micich | 2009-11-27 | 5 | -764/+778 |