| Commit message (Expand) | Author | Age | Files | Lines |
* | More work on FeatRecord/Shared Features. More is still needed though, it's st... | Nick Burch | 2009-12-26 | 11 | -19/+264 |
* | Finish off common Ref8U subrecord, and add tests | Nick Burch | 2009-12-26 | 2 | -2/+109 |
* | Replaced getInstance methods with field for instances of ITestDataProvider. ... | Josh Micich | 2009-12-26 | 38 | -588/+504 |
* | Clean-up in BaseTestSheetShiftRows and subclasses. | Josh Micich | 2009-12-26 | 4 | -99/+41 |
* | Made public instance fields for ITestDataProvider singletons. | Josh Micich | 2009-12-25 | 3 | -32/+32 |
* | Minor clean-up in TestXSSFSheet | Josh Micich | 2009-12-25 | 1 | -312/+310 |
* | Fixed FormulaParser to allow negative elements in array literals. | Josh Micich | 2009-12-25 | 2 | -6/+37 |
* | Added CellRange return type for Sheet array formula methods. Renamed new tes... | Josh Micich | 2009-12-25 | 24 | -489/+768 |
* | added HSSF usermodel tests for array formulas, added support for array formul... | Yegor Kozlov | 2009-12-25 | 18 | -159/+772 |
* | fixed incorrect initialization of --noheader option in BiffViewer | Yegor Kozlov | 2009-12-25 | 1 | -1/+1 |
* | removed mistakenly submitted test | Yegor Kozlov | 2009-12-24 | 1 | -14/+0 |
* | added tests for XSSF usermodel for array formulas, this change is a step towa... | Yegor Kozlov | 2009-12-23 | 5 | -6/+342 |
* | Added arg check to NumericFunction.singleOperandEvaluate(). | Josh Micich | 2009-12-23 | 1 | -0/+3 |
* | Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 4... | Josh Micich | 2009-12-23 | 8 | -135/+122 |
* | replaced commented code with 'if (false)' block | Josh Micich | 2009-12-23 | 1 | -16/+16 |
* | improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425 | Yegor Kozlov | 2009-12-22 | 3 | -22/+62 |
* | Added getRow() and getColumn() functions to TwoDEval to simplify logic in IND... | Josh Micich | 2009-12-22 | 5 | -36/+86 |
* | Fixed SharedValueManager to create separate empty instances in anticipation o... | Josh Micich | 2009-12-22 | 4 | -13/+24 |
* | Renamed model.Sheet to InternalSheet to alleviate name clash. | Josh Micich | 2009-12-22 | 15 | -125/+128 |
* | Renamed model.Workbook to InternalWorkbook to alleviate name clash. | Josh Micich | 2009-12-22 | 22 | -305/+273 |
* | put field initialisation in Workbook constructor | Josh Micich | 2009-12-22 | 1 | -17/+27 |
* | Removed unused Model, ModelFactory. ModelFactoryListener etc. | Josh Micich | 2009-12-22 | 7 | -336/+3 |
* | 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 | 4 | -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 | 1 | -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 | 3 | -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 | 2 | -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 |