| Commit message (Expand) | Author | Age | Files | Lines |
* | Port more NIO changes over from trunk | Nick Burch | 2011-01-05 | 2 | -16/+39 |
* | Backport the latest POIFS/NPOIFS code from trunk, along with Util to power it... | Nick Burch | 2010-12-30 | 66 | -12791/+5259 |
* | fix for bug 45866 - allowed for change of unicode compression across Continue... | Josh Micich | 2008-10-11 | 3 | -22/+108 |
* | Made RecordInputStream final (major clean-up in test cases and BiffViewer) | Josh Micich | 2008-10-10 | 64 | -219/+216 |
* | Fix for bug 45964 - support for link formulas in Text Objects | Josh Micich | 2008-10-10 | 2 | -85/+136 |
* | Removed last occurrences of storing Ptg arrays in Stacks. Some related clean... | Josh Micich | 2008-10-09 | 2 | -9/+6 |
* | converted short HSSFCell.getCellNum to int getColumnIndex | Josh Micich | 2008-10-09 | 6 | -15/+14 |
* | Performance optimisation for EvaluationCache. Changed to use HSSFCell as key... | Josh Micich | 2008-10-09 | 6 | -51/+205 |
* | Fix for 43354 - made the formula evaluator capable of handling missing functi... | Josh Micich | 2008-10-06 | 2 | -0/+75 |
* | Better bounds checking in RecordInputStream. Removed rarely used methods read... | Josh Micich | 2008-10-05 | 1 | -5/+3 |
* | Fix for bug 45912 - ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecord | Josh Micich | 2008-10-03 | 2 | -58/+116 |
* | Fixed bug in CellCacheEntry (support for caching blank evaluation results) | Josh Micich | 2008-10-01 | 2 | -5/+59 |
* | Refactored fillFields() method into constructor in Record class hierarchy | Josh Micich | 2008-09-30 | 1 | -6/+0 |
* | Removed validateSid method from Record classes | Josh Micich | 2008-09-30 | 48 | -780/+96 |
* | Fix for bug 45876 - allowed BoundSheetRecord to take sheet names longer than ... | Josh Micich | 2008-09-29 | 2 | -7/+19 |
* | Refactoring row-blocks record reading logic in Sheet | Josh Micich | 2008-09-29 | 3 | -9/+10 |
* | Fix for bug 45890 - made HSSFSheet.shiftRows also update conditional formats | Josh Micich | 2008-09-29 | 1 | -4/+42 |
* | Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulas | Josh Micich | 2008-09-28 | 5 | -17/+110 |
* | Code cleanup in junit | Josh Micich | 2008-09-26 | 1 | -482/+277 |
* | Fix formula parser to properly support the range operator. Small fixes to par... | Josh Micich | 2008-09-26 | 4 | -29/+66 |
* | Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during execu... | Josh Micich | 2008-09-26 | 5 | -2/+224 |
* | Optimised the FormulaEvaluator to take cell dependencies into account | Josh Micich | 2008-09-23 | 7 | -8/+637 |
* | Some clean-up in BoundSheetRecord | Josh Micich | 2008-09-22 | 3 | -194/+164 |
* | Apply part of patch from bug #16936, with the rest made more HSSFCell like - ... | Nick Burch | 2008-09-21 | 1 | -0/+204 |
* | Update hssf.extractor.ExcelExtractor to optionally output blank cells too | Nick Burch | 2008-09-21 | 1 | -0/+21 |
* | Test to show that bug #45492 is invalid | Nick Burch | 2008-09-21 | 2 | -0/+35 |
* | Include the sheet name in the output of examples.XLS2CSVmra | Nick Burch | 2008-09-21 | 1 | -0/+21 |
* | Fix bug #45784 - Support long chart titles in SeriesTextRecords | Nick Burch | 2008-09-21 | 2 | -0/+10 |
* | Fix bug #45777 - Throw an exception if HSSF Footer or Header is attemped to b... | Nick Burch | 2008-09-21 | 1 | -0/+60 |
* | Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva... | Josh Micich | 2008-09-19 | 11 | -58/+116 |
* | Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter... | Josh Micich | 2008-09-18 | 10 | -46/+47 |
* | fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is ... | Yegor Kozlov | 2008-09-18 | 2 | -0/+14 |
* | Swapped deprecated code | Josh Micich | 2008-09-17 | 1 | -14/+4 |
* | Added junit for bug 45732 (fix was earlier, probably in r694631) | Josh Micich | 2008-09-16 | 3 | -0/+78 |
* | Reverting method name change. Taking a risk on breaking binary compatibility... | Josh Micich | 2008-09-16 | 3 | -27/+27 |
* | Fix for bug 45805 - 16-bit signed/unsigned problems in HSSFSheet.getColWidth(... | Josh Micich | 2008-09-16 | 3 | -35/+37 |
* | Fix for bug 45780 - update area refs during HSSFSheet.shiftRows() | Josh Micich | 2008-09-16 | 6 | -31/+184 |
* | Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally hel... | Nick Burch | 2008-09-15 | 1 | -3/+21 |
* | Make a start on exposing the StyleRecord details into HSSFCellStyle, but not ... | Nick Burch | 2008-09-14 | 2 | -0/+36 |
* | Fix for bug 45978 - removed eager initialisation of SheetReferences | Josh Micich | 2008-09-14 | 6 | -86/+62 |
* | Added toString methods formatAsString to CellValue. Changed deprecation on Ce... | Josh Micich | 2008-09-13 | 3 | -78/+60 |
* | Refactored TextFunctions. Some minor fixes - test cases added. | Josh Micich | 2008-09-13 | 4 | -3/+3 |
* | Made HSSFFormulaEvaluator no longer require initialisation with sheet or row. | Josh Micich | 2008-09-12 | 20 | -36/+35 |
* | Extended support for cached results of formula cells | Josh Micich | 2008-09-12 | 4 | -148/+174 |
* | Removed trailing comma from output of HexDump.toHex() | Josh Micich | 2008-09-12 | 16 | -174/+101 |
* | small tweak to unit test which was silently creating UnknownPtgs | Josh Micich | 2008-09-12 | 1 | -3/+3 |
* | Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregate | Josh Micich | 2008-09-11 | 3 | -12/+97 |
* | fixed special cases of MODE function | Josh Micich | 2008-09-10 | 2 | -25/+34 |
* | Refactored finance functions. | Josh Micich | 2008-09-10 | 2 | -1/+1 |
* | Refactored hierarchy of MultiOperandNumericFunction. Fixed error value handli... | Josh Micich | 2008-09-10 | 2 | -43/+28 |