aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More work on FeatRecord/Shared Features. More is still needed though, it's st...Nick Burch2009-12-2611-19/+264
* Finish off common Ref8U subrecord, and add testsNick Burch2009-12-262-2/+109
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-2638-588/+504
* Clean-up in BaseTestSheetShiftRows and subclasses.Josh Micich2009-12-264-99/+41
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-253-32/+32
* Minor clean-up in TestXSSFSheetJosh Micich2009-12-251-312/+310
* Fixed FormulaParser to allow negative elements in array literals.Josh Micich2009-12-252-6/+37
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-2524-489/+768
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-2518-159/+772
* fixed incorrect initialization of --noheader option in BiffViewerYegor Kozlov2009-12-251-1/+1
* removed mistakenly submitted testYegor Kozlov2009-12-241-14/+0
* added tests for XSSF usermodel for array formulas, this change is a step towa...Yegor Kozlov2009-12-235-6/+342
* Added arg check to NumericFunction.singleOperandEvaluate().Josh Micich2009-12-231-0/+3
* Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 4...Josh Micich2009-12-238-135/+122
* replaced commented code with 'if (false)' blockJosh Micich2009-12-231-16/+16
* improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425Yegor Kozlov2009-12-223-22/+62
* Added getRow() and getColumn() functions to TwoDEval to simplify logic in IND...Josh Micich2009-12-225-36/+86
* Fixed SharedValueManager to create separate empty instances in anticipation o...Josh Micich2009-12-224-13/+24
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-2215-125/+128
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-2222-305/+273
* 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