aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* improved usermodel to prevent data corruption when setting array formulas, ↵Yegor Kozlov2009-12-2911-13/+479
| | | | | | mimic Excel behaviour and block changing cells included in multi-cell arrays git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894469 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:eol-style=native from binary files, uncommented related tests; ↵Yegor Kozlov2009-12-285-8/+4
| | | | | | see Bugzilla 48427 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894173 13f79535-47bb-0310-9956-ffa450edef68
* Start testing the contents of FeatRecordNick Burch2009-12-272-0/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894091 13f79535-47bb-0310-9956-ffa450edef68
* Add Generics types to avoid warningsNick Burch2009-12-272-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894089 13f79535-47bb-0310-9956-ffa450edef68
* Make InternalSheet capture the feature related recordsNick Burch2009-12-273-5/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894081 13f79535-47bb-0310-9956-ffa450edef68
* Looks like we already had Ref8U but with a different name... Switch to using ↵Nick Burch2009-12-274-106/+20
| | | | | | CellRangeAddress instead! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894078 13f79535-47bb-0310-9956-ffa450edef68
* More work on FeatRecord/Shared Features. More is still needed though, it's ↵Nick Burch2009-12-2613-19/+264
| | | | | | still WIP git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894018 13f79535-47bb-0310-9956-ffa450edef68
* Finish off common Ref8U subrecord, and add testsNick Burch2009-12-262-2/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894015 13f79535-47bb-0310-9956-ffa450edef68
* Replaced getInstance methods with field for instances of ITestDataProvider. ↵Josh Micich2009-12-2638-588/+504
| | | | | | Some simplification in hierarchy of related tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893929 13f79535-47bb-0310-9956-ffa450edef68
* Clean-up in BaseTestSheetShiftRows and subclasses.Josh Micich2009-12-264-99/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893909 13f79535-47bb-0310-9956-ffa450edef68
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-253-32/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893900 13f79535-47bb-0310-9956-ffa450edef68
* Minor clean-up in TestXSSFSheetJosh Micich2009-12-251-312/+310
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893899 13f79535-47bb-0310-9956-ffa450edef68
* Fixed FormulaParser to allow negative elements in array literals.Josh Micich2009-12-252-6/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893898 13f79535-47bb-0310-9956-ffa450edef68
* Added CellRange return type for Sheet array formula methods. Renamed new ↵Josh Micich2009-12-2524-489/+768
| | | | | | test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893897 13f79535-47bb-0310-9956-ffa450edef68
* added HSSF usermodel tests for array formulas, added support for array ↵Yegor Kozlov2009-12-2518-159/+772
| | | | | | formulas in ss interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893870 13f79535-47bb-0310-9956-ffa450edef68
* fixed incorrect initialization of --noheader option in BiffViewerYegor Kozlov2009-12-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893869 13f79535-47bb-0310-9956-ffa450edef68
* removed mistakenly submitted testYegor Kozlov2009-12-241-14/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893802 13f79535-47bb-0310-9956-ffa450edef68
* added tests for XSSF usermodel for array formulas, this change is a step ↵Yegor Kozlov2009-12-235-6/+342
| | | | | | towards adoption of the patch submitted in Bugzilla 48292 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893625 13f79535-47bb-0310-9956-ffa450edef68
* Added arg check to NumericFunction.singleOperandEvaluate().Josh Micich2009-12-231-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893403 13f79535-47bb-0310-9956-ffa450edef68
* Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug ↵Josh Micich2009-12-238-135/+122
| | | | | | 47251 / r892862). git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893402 13f79535-47bb-0310-9956-ffa450edef68
* replaced commented code with 'if (false)' blockJosh Micich2009-12-231-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893395 13f79535-47bb-0310-9956-ffa450edef68
* improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425Yegor Kozlov2009-12-223-22/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893105 13f79535-47bb-0310-9956-ffa450edef68
* Added getRow() and getColumn() functions to TwoDEval to simplify logic in ↵Josh Micich2009-12-225-36/+86
| | | | | | INDEX implementation. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893063 13f79535-47bb-0310-9956-ffa450edef68
* Fixed SharedValueManager to create separate empty instances in anticipation ↵Josh Micich2009-12-224-13/+24
| | | | | | of instances becoming mutable. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893057 13f79535-47bb-0310-9956-ffa450edef68
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-2215-125/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893051 13f79535-47bb-0310-9956-ffa450edef68
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-2222-305/+273
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893050 13f79535-47bb-0310-9956-ffa450edef68
* put field initialisation in Workbook constructorJosh Micich2009-12-221-17/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893045 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused Model, ModelFactory. ModelFactoryListener etc.Josh Micich2009-12-227-336/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893041 13f79535-47bb-0310-9956-ffa450edef68
* renamed function implementations to avoid potential name clashesJosh Micich2009-12-218-18/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893030 13f79535-47bb-0310-9956-ffa450edef68
* fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251Yegor Kozlov2009-12-215-5/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892862 13f79535-47bb-0310-9956-ffa450edef68
* undo code mistakenly submitted in r892839Yegor Kozlov2009-12-211-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892842 13f79535-47bb-0310-9956-ffa450edef68
* improved javadoc on Picture.resize()Yegor Kozlov2009-12-215-1/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892839 13f79535-47bb-0310-9956-ffa450edef68
* another test for Bugzilla 48026Yegor Kozlov2009-12-192-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892468 13f79535-47bb-0310-9956-ffa450edef68
* fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see ↵Yegor Kozlov2009-12-1911-66/+423
| | | | | | Bugzilla 48026 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892467 13f79535-47bb-0310-9956-ffa450edef68
* added --noheader option to BiffViewer to suppress output of record headersYegor Kozlov2009-12-191-6/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892465 13f79535-47bb-0310-9956-ffa450edef68
* fixed CellRangeUtil.mergeCellRanges to work for adjacent cell regionsYegor Kozlov2009-12-192-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892462 13f79535-47bb-0310-9956-ffa450edef68
* fixed possible NPE in LbsDataSubRecord.toString()Yegor Kozlov2009-12-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892461 13f79535-47bb-0310-9956-ffa450edef68
* changed retention policy in @Internal to RUNTIME, also added a string ↵Yegor Kozlov2009-12-191-2/+2
| | | | | | parameter for custom messages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892460 13f79535-47bb-0310-9956-ffa450edef68
* removed obsolete work-around code from test caseJosh Micich2009-12-171-54/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891887 13f79535-47bb-0310-9956-ffa450edef68
* Fixed INDEX function to return reference results properly.Josh Micich2009-12-174-97/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891516 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements to error reporting in TestIndexFunctionFromSpreadsheetJosh Micich2009-12-171-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891512 13f79535-47bb-0310-9956-ffa450edef68
* fixed special cases of dereferenceResult methodJosh Micich2009-12-163-36/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891468 13f79535-47bb-0310-9956-ffa450edef68
* changed short param to int in AreaEval.containsColumn() methodJosh Micich2009-12-163-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891425 13f79535-47bb-0310-9956-ffa450edef68
* fixed ExternalNameRecord to properly distinguish DDE data from OLE data in ↵Yegor Kozlov2009-12-153-98/+71
| | | | | | the record body, see Bugzilla 48339 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890871 13f79535-47bb-0310-9956-ffa450edef68
* preserve POIFS StorageClsid when re-writing existing workbooks, this ↵Yegor Kozlov2009-12-153-5/+27
| | | | | | property is important for embedded objects, see Bugzilla 47920 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890714 13f79535-47bb-0310-9956-ffa450edef68
* updated the Downloads page to reflect the latest release of POI-3.6Yegor Kozlov2009-12-154-21/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890708 13f79535-47bb-0310-9956-ffa450edef68
* added a template of RELEASE-NOTESYegor Kozlov2009-12-151-0/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890685 13f79535-47bb-0310-9956-ffa450edef68
* Added missing license headers to 5 files. Removed dist target from ↵Dave Fisher2009-12-136-4/+80
| | | | | | howtobuild.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890089 13f79535-47bb-0310-9956-ffa450edef68
* Documentation changes for poi-ooxml-schemasDave Fisher2009-12-131-3/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890085 13f79535-47bb-0310-9956-ffa450edef68
* modified MultiOperandNumericFunction to use TwoDEvalJosh Micich2009-12-091-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888714 13f79535-47bb-0310-9956-ffa450edef68