summaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Port more NIO changes over from trunkNick Burch2011-01-052-16/+39
* Backport the latest POIFS/NPOIFS code from trunk, along with Util to power it...Nick Burch2010-12-3066-12791/+5259
* fix for bug 45866 - allowed for change of unicode compression across Continue...Josh Micich2008-10-113-22/+108
* Made RecordInputStream final (major clean-up in test cases and BiffViewer)Josh Micich2008-10-1064-219/+216
* Fix for bug 45964 - support for link formulas in Text ObjectsJosh Micich2008-10-102-85/+136
* Removed last occurrences of storing Ptg arrays in Stacks. Some related clean...Josh Micich2008-10-092-9/+6
* converted short HSSFCell.getCellNum to int getColumnIndexJosh Micich2008-10-096-15/+14
* Performance optimisation for EvaluationCache. Changed to use HSSFCell as key...Josh Micich2008-10-096-51/+205
* Fix for 43354 - made the formula evaluator capable of handling missing functi...Josh Micich2008-10-062-0/+75
* Better bounds checking in RecordInputStream. Removed rarely used methods read...Josh Micich2008-10-051-5/+3
* Fix for bug 45912 - ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecordJosh Micich2008-10-032-58/+116
* Fixed bug in CellCacheEntry (support for caching blank evaluation results)Josh Micich2008-10-012-5/+59
* Refactored fillFields() method into constructor in Record class hierarchyJosh Micich2008-09-301-6/+0
* Removed validateSid method from Record classesJosh Micich2008-09-3048-780/+96
* Fix for bug 45876 - allowed BoundSheetRecord to take sheet names longer than ...Josh Micich2008-09-292-7/+19
* Refactoring row-blocks record reading logic in SheetJosh Micich2008-09-293-9/+10
* Fix for bug 45890 - made HSSFSheet.shiftRows also update conditional formatsJosh Micich2008-09-291-4/+42
* Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulasJosh Micich2008-09-285-17/+110
* Code cleanup in junitJosh Micich2008-09-261-482/+277
* Fix formula parser to properly support the range operator. Small fixes to par...Josh Micich2008-09-264-29/+66
* Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during execu...Josh Micich2008-09-265-2/+224
* Optimised the FormulaEvaluator to take cell dependencies into accountJosh Micich2008-09-237-8/+637
* Some clean-up in BoundSheetRecordJosh Micich2008-09-223-194/+164
* Apply part of patch from bug #16936, with the rest made more HSSFCell like - ...Nick Burch2008-09-211-0/+204
* Update hssf.extractor.ExcelExtractor to optionally output blank cells tooNick Burch2008-09-211-0/+21
* Test to show that bug #45492 is invalidNick Burch2008-09-212-0/+35
* Include the sheet name in the output of examples.XLS2CSVmraNick Burch2008-09-211-0/+21
* Fix bug #45784 - Support long chart titles in SeriesTextRecordsNick Burch2008-09-212-0/+10
* Fix bug #45777 - Throw an exception if HSSF Footer or Header is attemped to b...Nick Burch2008-09-211-0/+60
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-1911-58/+116
* Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter...Josh Micich2008-09-1810-46/+47
* fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is ...Yegor Kozlov2008-09-182-0/+14
* Swapped deprecated codeJosh Micich2008-09-171-14/+4
* Added junit for bug 45732 (fix was earlier, probably in r694631)Josh Micich2008-09-163-0/+78
* Reverting method name change. Taking a risk on breaking binary compatibility...Josh Micich2008-09-163-27/+27
* Fix for bug 45805 - 16-bit signed/unsigned problems in HSSFSheet.getColWidth(...Josh Micich2008-09-163-35/+37
* Fix for bug 45780 - update area refs during HSSFSheet.shiftRows()Josh Micich2008-09-166-31/+184
* Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally hel...Nick Burch2008-09-151-3/+21
* Make a start on exposing the StyleRecord details into HSSFCellStyle, but not ...Nick Burch2008-09-142-0/+36
* Fix for bug 45978 - removed eager initialisation of SheetReferencesJosh Micich2008-09-146-86/+62
* Added toString methods formatAsString to CellValue. Changed deprecation on Ce...Josh Micich2008-09-133-78/+60
* Refactored TextFunctions. Some minor fixes - test cases added.Josh Micich2008-09-134-3/+3
* Made HSSFFormulaEvaluator no longer require initialisation with sheet or row.Josh Micich2008-09-1220-36/+35
* Extended support for cached results of formula cellsJosh Micich2008-09-124-148/+174
* Removed trailing comma from output of HexDump.toHex()Josh Micich2008-09-1216-174/+101
* small tweak to unit test which was silently creating UnknownPtgs Josh Micich2008-09-121-3/+3
* Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregateJosh Micich2008-09-113-12/+97
* fixed special cases of MODE functionJosh Micich2008-09-102-25/+34
* Refactored finance functions.Josh Micich2008-09-102-1/+1
* Refactored hierarchy of MultiOperandNumericFunction. Fixed error value handli...Josh Micich2008-09-102-43/+28