aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Removed last occurrences of storing Ptg arrays in Stacks. Some related clean...Josh Micich2008-10-095-131/+29
* converted short HSSFCell.getCellNum to int getColumnIndexJosh Micich2008-10-093-14/+15
* Performance optimisation for EvaluationCache. Changed to use HSSFCell as key...Josh Micich2008-10-0921-482/+1258
* Fix for 43354 - made the formula evaluator capable of handling missing functi...Josh Micich2008-10-063-4/+48
* Fixing comments and formatting inside Record subclassesJosh Micich2008-10-0555-692/+200
* Better bounds checking in RecordInputStream. Removed rarely used methods read...Josh Micich2008-10-053-211/+170
* changed workbook reference to index in CellLocationJosh Micich2008-10-044-14/+21
* Fix for bug 45912 - ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecordJosh Micich2008-10-032-164/+308
* Fixed bug in CellCacheEntry (support for caching blank evaluation results)Josh Micich2008-10-011-0/+4
* reverted the change made in r693085 , see bug #45859Yegor Kozlov2008-09-301-1/+1
* Refactored fillFields() method into constructor in Record class hierarchyJosh Micich2008-09-30155-1711/+133
* Removed validateSid method from Record classesJosh Micich2008-09-30149-1524/+5
* Updated formula evaluator documentation due to bugzilla 45768Josh Micich2008-09-291-12/+9
* Fix for bug 45876 - allowed BoundSheetRecord to take sheet names longer than ...Josh Micich2008-09-293-24/+42
* Should have been submitted with c700203 (Refactoring row-blocks record readin...Josh Micich2008-09-293-23/+59
* Refactoring row-blocks record reading logic in SheetJosh Micich2008-09-2916-670/+298
* Fix for bug 45890 - made HSSFSheet.shiftRows also update conditional formatsJosh Micich2008-09-296-28/+113
* Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulasJosh Micich2008-09-2819-122/+568
* Fix formula parser to properly support the range operator. Small fixes to par...Josh Micich2008-09-266-313/+478
* Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during execu...Josh Micich2008-09-266-26/+135
* Optimised the FormulaEvaluator to take cell dependencies into accountJosh Micich2008-09-2314-274/+674
* Some clean-up in BoundSheetRecordJosh Micich2008-09-223-413/+213
* Apply part of patch from bug #16936, with the rest made more HSSFCell like - ...Nick Burch2008-09-211-0/+28
* Update hssf.extractor.ExcelExtractor to optionally output blank cells tooNick Burch2008-09-211-53/+72
* Test to show that bug #45492 is invalidNick Burch2008-09-212-2/+15
* Include the sheet name in the output of examples.XLS2CSVmraNick Burch2008-09-211-0/+31
* Fix bug #45784 - Support long chart titles in SeriesTextRecordsNick Burch2008-09-211-3/+20
* Fix bug #45777 - Throw an exception if HSSF Footer or Header is attemped to b...Nick Burch2008-09-214-0/+33
* Some clean-up after r696898 (partitioning common formula logic). Fixed compil...Josh Micich2008-09-192-38/+17
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-1938-1083/+1427
* code clean-up (removed compiler warnings/unused methods)Josh Micich2008-09-192-20/+11
* Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter...Josh Micich2008-09-1843-184/+338
* fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is ...Yegor Kozlov2008-09-181-0/+6
* Small tweak to NamePtg and Ref3DPtgJosh Micich2008-09-175-37/+18
* Reverting method name change. Taking a risk on breaking binary compatibility...Josh Micich2008-09-163-22/+16
* Fix for bug 45805 - 16-bit signed/unsigned problems in HSSFSheet.getColWidth(...Josh Micich2008-09-167-99/+114
* Fix for bug 45780 - update area refs during HSSFSheet.shiftRows()Josh Micich2008-09-1620-369/+609
* Make MissingCellPolicy javadocs even more explicit about iterators, as people...Nick Burch2008-09-152-1/+6
* Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally hel...Nick Burch2008-09-151-0/+16
* Make a start on exposing the StyleRecord details into HSSFCellStyle, but not ...Nick Burch2008-09-143-1/+91
* Fix for bug 45978 - removed eager initialisation of SheetReferencesJosh Micich2008-09-146-92/+21
* Replace some model.Sheet references with usermodel.HSSFSheet ones, to make mo...Nick Burch2008-09-134-27/+26
* Slight tidyNick Burch2008-09-131-1/+1
* Added toString methods formatAsString to CellValue. Changed deprecation on Ce...Josh Micich2008-09-131-13/+33
* 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