summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored TextFunctions. Some minor fixes - test cases added.Josh Micich2008-09-1315-991/+338
* Made HSSFFormulaEvaluator no longer require initialisation with sheet or row.Josh Micich2008-09-1210-254/+225
* Extended support for cached results of formula cellsJosh Micich2008-09-128-650/+858
* clarification of ArrayPtg size incrementJosh Micich2008-09-121-30/+34
* Removed trailing comma from output of HexDump.toHex()Josh Micich2008-09-122-4/+9
* Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregateJosh Micich2008-09-114-562/+588
* Refactoring MultiOperandNumericFunction - removed Ref2DEval.Josh Micich2008-09-117-309/+81
* fixed special cases of MODE functionJosh Micich2008-09-106-75/+113
* Refactored finance functions.Josh Micich2008-09-1012-532/+133
* Refactored hierarchy of MultiOperandNumericFunction. Fixed error value handli...Josh Micich2008-09-1018-1241/+379
* (Should have been submitted with 693939) Fixing error value handling for nume...Josh Micich2008-09-102-2/+64
* (Should have been submitted with 693939) Fixing error value handling for nume...Josh Micich2008-09-101-86/+304
* Fixing error value handling for numeric functions. Refactored hierarchy.Josh Micich2008-09-1017-1199/+146
* Fixed special cases of INDEX function (single columns / single rows, and errors)Josh Micich2008-09-091-3/+55
* Added support for parsing array constants in formulas. (Helping investigation...Josh Micich2008-09-095-100/+269
* don't increment the number of shapes when cloning a sheet with drawingsYegor Kozlov2008-09-092-3/+6
* Common refactoring for one arg numeric functionsJosh Micich2008-09-0827-1685/+272
* Refactored OperandResolver coerce functions to convert BlankEval to 0.0Josh Micich2008-09-0810-88/+63
* Fixes for DAY/MONTH/YEAR functions (junit cases added)Josh Micich2008-09-085-202/+101
* Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdxJosh Micich2008-09-083-15/+14
* cosmetic fix for Area3DPtg.toString()Josh Micich2008-09-081-0/+1
* Fix bug #45761 - Support for Very Hidden excel sheets in HSSFNick Burch2008-09-083-5/+94
* always call Workbook.cloneDrawings when cloning sheetsYegor Kozlov2008-09-081-1/+1
* fixed bug #45720: cloneSheet breaks autofilters.Yegor Kozlov2008-09-074-62/+89
* Minor fixes to YEARFRAC(). Added ISEVEN() and ISODD(). Added test cases.Josh Micich2008-09-063-3/+82
* Fixes for special cases of lookup functions (test cases added)Josh Micich2008-09-063-34/+47
* reverted changes accidentally submitted with r692538Josh Micich2008-09-053-25/+3
* Modified formula evaluator to handle whole column refsJosh Micich2008-09-057-281/+347
* Minor fixes for numeric operators - junit added. Some refactoring.Josh Micich2008-09-0512-605/+265
* Fix for bug 45376 - added caching to HSSFFormulaEvaluatorJosh Micich2008-09-044-50/+218
* Made HSSFFormulaEvaluator capable of handling simple named rangesJosh Micich2008-09-044-43/+71
* Fix unused import (correction to r692239)Josh Micich2008-09-042-2/+0
* Fixed 2 small bugs in RelationalOperationEval (added junits). Refactored hie...Josh Micich2008-09-0410-583/+381
* Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning s...Josh Micich2008-09-034-507/+371
* Fixed ArrayPtg.toString to not crash when partially initialisedJosh Micich2008-09-031-4/+8
* DV related fixes from Pierre LavignotteNick Burch2008-09-011-5/+26
* Fixed IF() to handle different types for the first argJosh Micich2008-09-011-22/+25
* Converted AreEval and RefEval to be lazy (part of fix for bug 45358)Josh Micich2008-09-0119-634/+377
* Improving AreaI interface and AreaPtg hierarchyJosh Micich2008-08-319-316/+127
* Partial fix for bug 45358 - parsing area refs with rows above 32767Josh Micich2008-08-311-18/+9
* removed AreaEval.getValues (initial work for bug 45358)Josh Micich2008-08-319-311/+320
* Start to support HPBF hyperlinksNick Burch2008-08-311-1/+1
* Fix for bugs 26321 and 44958 - preserve position of ArrayRecords and TableRec...Josh Micich2008-08-3115-454/+540
* changed serialize method on Sheet to visitContainedRecords to simplify serial...Josh Micich2008-08-313-145/+135
* Various bug fixes, and hpbf updatesNick Burch2008-08-302-5/+21
* Fixed decoding of operand class for ArrayPtgJosh Micich2008-08-301-55/+19
* Added ArrayRecord and CellRangeAddress8BitJosh Micich2008-08-297-422/+506
* Clean-up toString() and inner classJosh Micich2008-08-291-169/+136
* utility to dump POIFS into filesystemYegor Kozlov2008-08-291-0/+74
* Removing calls to AreaEval.getValues() from count and lookup functionsJosh Micich2008-08-2912-430/+417