| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactored TextFunctions. Some minor fixes - test cases added. | Josh Micich | 2008-09-13 | 15 | -991/+338 |
* | Made HSSFFormulaEvaluator no longer require initialisation with sheet or row. | Josh Micich | 2008-09-12 | 10 | -254/+225 |
* | Extended support for cached results of formula cells | Josh Micich | 2008-09-12 | 8 | -650/+858 |
* | clarification of ArrayPtg size increment | Josh Micich | 2008-09-12 | 1 | -30/+34 |
* | Removed trailing comma from output of HexDump.toHex() | Josh Micich | 2008-09-12 | 2 | -4/+9 |
* | Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregate | Josh Micich | 2008-09-11 | 4 | -562/+588 |
* | Refactoring MultiOperandNumericFunction - removed Ref2DEval. | Josh Micich | 2008-09-11 | 7 | -309/+81 |
* | fixed special cases of MODE function | Josh Micich | 2008-09-10 | 6 | -75/+113 |
* | Refactored finance functions. | Josh Micich | 2008-09-10 | 12 | -532/+133 |
* | Refactored hierarchy of MultiOperandNumericFunction. Fixed error value handli... | Josh Micich | 2008-09-10 | 18 | -1241/+379 |
* | (Should have been submitted with 693939) Fixing error value handling for nume... | Josh Micich | 2008-09-10 | 2 | -2/+64 |
* | (Should have been submitted with 693939) Fixing error value handling for nume... | Josh Micich | 2008-09-10 | 1 | -86/+304 |
* | Fixing error value handling for numeric functions. Refactored hierarchy. | Josh Micich | 2008-09-10 | 17 | -1199/+146 |
* | Fixed special cases of INDEX function (single columns / single rows, and errors) | Josh Micich | 2008-09-09 | 1 | -3/+55 |
* | Added support for parsing array constants in formulas. (Helping investigation... | Josh Micich | 2008-09-09 | 5 | -100/+269 |
* | don't increment the number of shapes when cloning a sheet with drawings | Yegor Kozlov | 2008-09-09 | 2 | -3/+6 |
* | Common refactoring for one arg numeric functions | Josh Micich | 2008-09-08 | 27 | -1685/+272 |
* | Refactored OperandResolver coerce functions to convert BlankEval to 0.0 | Josh Micich | 2008-09-08 | 10 | -88/+63 |
* | Fixes for DAY/MONTH/YEAR functions (junit cases added) | Josh Micich | 2008-09-08 | 5 | -202/+101 |
* | Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdx | Josh Micich | 2008-09-08 | 3 | -15/+14 |
* | cosmetic fix for Area3DPtg.toString() | Josh Micich | 2008-09-08 | 1 | -0/+1 |
* | Fix bug #45761 - Support for Very Hidden excel sheets in HSSF | Nick Burch | 2008-09-08 | 3 | -5/+94 |
* | always call Workbook.cloneDrawings when cloning sheets | Yegor Kozlov | 2008-09-08 | 1 | -1/+1 |
* | fixed bug #45720: cloneSheet breaks autofilters. | Yegor Kozlov | 2008-09-07 | 4 | -62/+89 |
* | Minor fixes to YEARFRAC(). Added ISEVEN() and ISODD(). Added test cases. | Josh Micich | 2008-09-06 | 3 | -3/+82 |
* | Fixes for special cases of lookup functions (test cases added) | Josh Micich | 2008-09-06 | 3 | -34/+47 |
* | reverted changes accidentally submitted with r692538 | Josh Micich | 2008-09-05 | 3 | -25/+3 |
* | Modified formula evaluator to handle whole column refs | Josh Micich | 2008-09-05 | 7 | -281/+347 |
* | Minor fixes for numeric operators - junit added. Some refactoring. | Josh Micich | 2008-09-05 | 12 | -605/+265 |
* | Fix for bug 45376 - added caching to HSSFFormulaEvaluator | Josh Micich | 2008-09-04 | 4 | -50/+218 |
* | Made HSSFFormulaEvaluator capable of handling simple named ranges | Josh Micich | 2008-09-04 | 4 | -43/+71 |
* | Fix unused import (correction to r692239) | Josh Micich | 2008-09-04 | 2 | -2/+0 |
* | Fixed 2 small bugs in RelationalOperationEval (added junits). Refactored hie... | Josh Micich | 2008-09-04 | 10 | -583/+381 |
* | Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning s... | Josh Micich | 2008-09-03 | 4 | -507/+371 |
* | Fixed ArrayPtg.toString to not crash when partially initialised | Josh Micich | 2008-09-03 | 1 | -4/+8 |
* | DV related fixes from Pierre Lavignotte | Nick Burch | 2008-09-01 | 1 | -5/+26 |
* | Fixed IF() to handle different types for the first arg | Josh Micich | 2008-09-01 | 1 | -22/+25 |
* | Converted AreEval and RefEval to be lazy (part of fix for bug 45358) | Josh Micich | 2008-09-01 | 19 | -634/+377 |
* | Improving AreaI interface and AreaPtg hierarchy | Josh Micich | 2008-08-31 | 9 | -316/+127 |
* | Partial fix for bug 45358 - parsing area refs with rows above 32767 | Josh Micich | 2008-08-31 | 1 | -18/+9 |
* | removed AreaEval.getValues (initial work for bug 45358) | Josh Micich | 2008-08-31 | 9 | -311/+320 |
* | Start to support HPBF hyperlinks | Nick Burch | 2008-08-31 | 1 | -1/+1 |
* | Fix for bugs 26321 and 44958 - preserve position of ArrayRecords and TableRec... | Josh Micich | 2008-08-31 | 15 | -454/+540 |
* | changed serialize method on Sheet to visitContainedRecords to simplify serial... | Josh Micich | 2008-08-31 | 3 | -145/+135 |
* | Various bug fixes, and hpbf updates | Nick Burch | 2008-08-30 | 2 | -5/+21 |
* | Fixed decoding of operand class for ArrayPtg | Josh Micich | 2008-08-30 | 1 | -55/+19 |
* | Added ArrayRecord and CellRangeAddress8Bit | Josh Micich | 2008-08-29 | 7 | -422/+506 |
* | Clean-up toString() and inner class | Josh Micich | 2008-08-29 | 1 | -169/+136 |
* | utility to dump POIFS into filesystem | Yegor Kozlov | 2008-08-29 | 1 | -0/+74 |
* | Removing calls to AreaEval.getValues() from count and lookup functions | Josh Micich | 2008-08-29 | 12 | -430/+417 |