summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing error value handling for numeric functions. Refactored hierarchy.Josh Micich2008-09-103-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693939 13f79535-47bb-0310-9956-ffa450edef68
* Fixed special cases of INDEX function (single columns / single rows, and errors)Josh Micich2008-09-094-2/+262
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693658 13f79535-47bb-0310-9956-ffa450edef68
* removed debug code accidentally submitted with r693591Josh Micich2008-09-091-15/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693639 13f79535-47bb-0310-9956-ffa450edef68
* Added support for parsing array constants in formulas. (Helping ↵Josh Micich2008-09-094-28/+52
| | | | | | investigation for bug 45752) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693591 13f79535-47bb-0310-9956-ffa450edef68
* Refactored OperandResolver coerce functions to convert BlankEval to 0.0Josh Micich2008-09-083-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693289 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for DAY/MONTH/YEAR functions (junit cases added)Josh Micich2008-09-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693250 13f79535-47bb-0310-9956-ffa450edef68
* Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdxJosh Micich2008-09-082-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693221 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45761 - Support for Very Hidden excel sheets in HSSFNick Burch2008-09-082-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693175 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45720: cloneSheet breaks autofilters.Yegor Kozlov2008-09-072-817/+848
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692893 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to YEARFRAC(). Added ISEVEN() and ISODD(). Added test cases.Josh Micich2008-09-063-3/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692614 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for special cases of lookup functions (test cases added)Josh Micich2008-09-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692612 13f79535-47bb-0310-9956-ffa450edef68
* Modified formula evaluator to handle whole column refsJosh Micich2008-09-052-11/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692538 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes for numeric operators - junit added. Some refactoring.Josh Micich2008-09-054-22/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692506 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45376 - added caching to HSSFFormulaEvaluatorJosh Micich2008-09-043-84/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692300 13f79535-47bb-0310-9956-ffa450edef68
* Made HSSFFormulaEvaluator capable of handling simple named rangesJosh Micich2008-09-043-0/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692255 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compiler warnings, linked junit test to suiteJosh Micich2008-09-042-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692243 13f79535-47bb-0310-9956-ffa450edef68
* Fixed 2 small bugs in RelationalOperationEval (added junits). Refactored ↵Josh Micich2008-09-043-0/+70
| | | | | | hierarchy. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692239 13f79535-47bb-0310-9956-ffa450edef68
* Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning ↵Josh Micich2008-09-034-24/+33
| | | | | | sheets. Some clean-up in NameRecord. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691740 13f79535-47bb-0310-9956-ffa450edef68
* Fixed IF() to handle different types for the first argJosh Micich2008-09-011-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690836 13f79535-47bb-0310-9956-ffa450edef68
* Converted AreEval and RefEval to be lazy (part of fix for bug 45358)Josh Micich2008-09-0111-191/+219
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690835 13f79535-47bb-0310-9956-ffa450edef68
* Improving AreaI interface and AreaPtg hierarchyJosh Micich2008-08-311-39/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690825 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix for bug 45358 - parsing area refs with rows above 32767Josh Micich2008-08-311-1/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690772 13f79535-47bb-0310-9956-ffa450edef68
* removed AreaEval.getValues (initial work for bug 45358)Josh Micich2008-08-311-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690761 13f79535-47bb-0310-9956-ffa450edef68
* Added junit to show bug 45717 is fixed. (Previously fixed by either of ↵Josh Micich2008-08-311-0/+18
| | | | | | r683758, r683871) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690721 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bugs 26321 and 44958 - preserve position of ArrayRecords and ↵Josh Micich2008-08-315-24/+174
| | | | | | TableRecords among cell value records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690636 13f79535-47bb-0310-9956-ffa450edef68
* changed serialize method on Sheet to visitContainedRecords to simplify ↵Josh Micich2008-08-312-77/+66
| | | | | | serialization logic and also allow test code to inspect generated sheet records more directly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690626 13f79535-47bb-0310-9956-ffa450edef68
* Various bug fixes, and hpbf updatesNick Burch2008-08-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690517 13f79535-47bb-0310-9956-ffa450edef68
* Fixed decoding of operand class for ArrayPtgJosh Micich2008-08-301-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690461 13f79535-47bb-0310-9956-ffa450edef68
* Added ArrayRecord and CellRangeAddress8BitJosh Micich2008-08-292-68/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690411 13f79535-47bb-0310-9956-ffa450edef68
* Removing calls to AreaEval.getValues() from count and lookup functionsJosh Micich2008-08-292-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690112 13f79535-47bb-0310-9956-ffa450edef68
* Removing calls to AreaEval.getValues()Josh Micich2008-08-294-102/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690094 13f79535-47bb-0310-9956-ffa450edef68
* Changed FormulaRecord.getParsedExpression to return Ptg arrayJosh Micich2008-08-295-62/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690091 13f79535-47bb-0310-9956-ffa450edef68
* Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to ↵Josh Micich2008-08-283-63/+30
| | | | | | FormulaRecord git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689973 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused methods from CellValueRecordInterface. Converted ↵Josh Micich2008-08-282-16/+6
| | | | | | FormulaRecordAggregate to RecordAggregate subclass git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689721 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45699 - RowRecordsAggregate needs to tolerate MergeCellsRecords ↵Josh Micich2008-08-282-35/+58
| | | | | | between row/cell records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689716 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45698 - allow LinkTable to read EXTERNSHEET recordsJosh Micich2008-08-282-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689704 13f79535-47bb-0310-9956-ffa450edef68
* should have been submitted with c689559Josh Micich2008-08-271-15/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689636 13f79535-47bb-0310-9956-ffa450edef68
* Replaced calls to deprecated versions of createCell(), getCell(), ↵Josh Micich2008-08-2528-331/+331
| | | | | | createRow(), and getRow(). (Changing short to int) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688910 13f79535-47bb-0310-9956-ffa450edef68
* Fix for small bug introduced in c688655 - keep header field in sync with ↵Josh Micich2008-08-251-0/+26
| | | | | | number of rules git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688825 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45682 - allow cloning of sheets with conditional formattingJosh Micich2008-08-252-1/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688655 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for evaluating external add-in functions like YEARFRACJosh Micich2008-08-255-51/+310
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688650 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating ↵Josh Micich2008-08-232-41/+45
| | | | | | multiple LastCellOfRowDummyRecords when shared formulas are present git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688426 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45640 - avoid creating multiple GUTS recordsJosh Micich2008-08-191-2/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686977 13f79535-47bb-0310-9956-ffa450edef68
* More for bug #45623 - Support for additional HSSF header and footer fields, ↵Nick Burch2008-08-141-2/+8
| | | | | | including bold and full file path git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686053 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45623 - Support stripping HSSF header and footer fields (eg page ↵Nick Burch2008-08-141-5/+40
| | | | | | number) out of header and footer text if required git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686046 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typo in the file name, and add a generic method to POITextExtractor to ↵Nick Burch2008-08-121-7/+7
| | | | | | get the appropriate metadata text extractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685267 13f79535-47bb-0310-9956-ffa450edef68
* New HPSF based TextExtractor for document metadata, ↵Nick Burch2008-08-121-0/+115
| | | | | | org.apache.poi.hpsf.extractor.HPFSPropertiesExtractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685260 13f79535-47bb-0310-9956-ffa450edef68
* initial work on supporting calls to add-in functionsJosh Micich2008-08-116-28/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684971 13f79535-47bb-0310-9956-ffa450edef68
* Refinements to fix for bug 45126. Excel does not produce any records like ↵Josh Micich2008-08-113-136/+134
| | | | | | 'Excel_Name_Record_Titles_*' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684938 13f79535-47bb-0310-9956-ffa450edef68
* deleted obsolete comment (should have been done in c669809)Josh Micich2008-08-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684884 13f79535-47bb-0310-9956-ffa450edef68