summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Collapse)AuthorAgeFilesLines
* Port more NIO changes over from trunkNick Burch2011-01-052-16/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/NIO_32_BRANCH@1055375 13f79535-47bb-0310-9956-ffa450edef68
* Backport the latest POIFS/NPOIFS code from trunk, along with Util to power ↵Nick Burch2010-12-3066-12791/+5259
| | | | | | it, and HPSF to use it. Also makes a few tweaks to let existing code compile against these new versions git-svn-id: https://svn.apache.org/repos/asf/poi/branches/NIO_32_BRANCH@1053791 13f79535-47bb-0310-9956-ffa450edef68
* fix for bug 45866 - allowed for change of unicode compression across ↵Josh Micich2008-10-113-22/+108
| | | | | | Continue records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703620 13f79535-47bb-0310-9956-ffa450edef68
* Made RecordInputStream final (major clean-up in test cases and BiffViewer)Josh Micich2008-10-1064-219/+216
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703596 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45964 - support for link formulas in Text ObjectsJosh Micich2008-10-102-85/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703302 13f79535-47bb-0310-9956-ffa450edef68
* Removed last occurrences of storing Ptg arrays in Stacks. Some related ↵Josh Micich2008-10-092-9/+6
| | | | | | clean-up. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703100 13f79535-47bb-0310-9956-ffa450edef68
* converted short HSSFCell.getCellNum to int getColumnIndexJosh Micich2008-10-096-15/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703092 13f79535-47bb-0310-9956-ffa450edef68
* Performance optimisation for EvaluationCache. Changed to use HSSFCell as ↵Josh Micich2008-10-096-51/+205
| | | | | | key into cache entry map. Reduced dependency information storage for blank cells. Introduced EvaluationSheet and EvaluationCell interfaces. Modified HSSFFormulaEvaluator API to have simpler notify~ methods git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@703063 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 43354 - made the formula evaluator capable of handling missing ↵Josh Micich2008-10-062-0/+75
| | | | | | function arguments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@702231 13f79535-47bb-0310-9956-ffa450edef68
* Better bounds checking in RecordInputStream. Removed rarely used methods ↵Josh Micich2008-10-051-5/+3
| | | | | | readShortArray and putShortArray git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@701747 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45912 - ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecordJosh Micich2008-10-032-58/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@701569 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug in CellCacheEntry (support for caching blank evaluation results)Josh Micich2008-10-012-5/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700916 13f79535-47bb-0310-9956-ffa450edef68
* Refactored fillFields() method into constructor in Record class hierarchyJosh Micich2008-09-301-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700356 13f79535-47bb-0310-9956-ffa450edef68
* Removed validateSid method from Record classesJosh Micich2008-09-3048-780/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700327 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45876 - allowed BoundSheetRecord to take sheet names longer than ↵Josh Micich2008-09-292-7/+19
| | | | | | 31 chars git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700280 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring row-blocks record reading logic in SheetJosh Micich2008-09-293-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700203 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45890 - made HSSFSheet.shiftRows also update conditional formatsJosh Micich2008-09-291-4/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700005 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulasJosh Micich2008-09-285-17/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699761 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup in junitJosh Micich2008-09-261-482/+277
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699489 13f79535-47bb-0310-9956-ffa450edef68
* Fix formula parser to properly support the range operator. Small fixes to ↵Josh Micich2008-09-264-29/+66
| | | | | | parsing of sheet names and full column references. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699487 13f79535-47bb-0310-9956-ffa450edef68
* Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during ↵Josh Micich2008-09-265-2/+224
| | | | | | execution. (working towards fix for bug 45865) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699178 13f79535-47bb-0310-9956-ffa450edef68
* Optimised the FormulaEvaluator to take cell dependencies into accountJosh Micich2008-09-237-8/+637
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@698047 13f79535-47bb-0310-9956-ffa450edef68
* Some clean-up in BoundSheetRecordJosh Micich2008-09-223-194/+164
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@698039 13f79535-47bb-0310-9956-ffa450edef68
* Apply part of patch from bug #16936, with the rest made more HSSFCell like - ↵Nick Burch2008-09-211-0/+204
| | | | | | Initial support for whole-row cell styling git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697599 13f79535-47bb-0310-9956-ffa450edef68
* Update hssf.extractor.ExcelExtractor to optionally output blank cells tooNick Burch2008-09-211-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697589 13f79535-47bb-0310-9956-ffa450edef68
* Test to show that bug #45492 is invalidNick Burch2008-09-212-0/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697584 13f79535-47bb-0310-9956-ffa450edef68
* Include the sheet name in the output of examples.XLS2CSVmraNick Burch2008-09-211-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697580 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45784 - Support long chart titles in SeriesTextRecordsNick Burch2008-09-212-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697562 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45777 - Throw an exception if HSSF Footer or Header is attemped to ↵Nick Burch2008-09-211-0/+60
| | | | | | be set too long, rather than having it break during writing out git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697559 13f79535-47bb-0310-9956-ffa450edef68
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and ↵Josh Micich2008-09-1911-58/+116
| | | | | | EvaluationWorkbook interfaces to make merge with ooxml branch easier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696898 13f79535-47bb-0310-9956-ffa450edef68
* Partitioning common formula logic. Introduced FormulaRenderingWorkbook ↵Josh Micich2008-09-1810-46/+47
| | | | | | interface to make merge with ooxml branch easier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696813 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is ↵Yegor Kozlov2008-09-182-0/+14
| | | | | | zero git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696622 13f79535-47bb-0310-9956-ffa450edef68
* Swapped deprecated codeJosh Micich2008-09-171-14/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696111 13f79535-47bb-0310-9956-ffa450edef68
* Added junit for bug 45732 (fix was earlier, probably in r694631)Josh Micich2008-09-163-0/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696109 13f79535-47bb-0310-9956-ffa450edef68
* Reverting method name change. Taking a risk on breaking binary ↵Josh Micich2008-09-163-27/+27
| | | | | | compatibility for method HSSFSheet. getDefaultColWidth() (follow-on from r696075 / bug 45805) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696084 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45805 - 16-bit signed/unsigned problems in ↵Josh Micich2008-09-163-35/+37
| | | | | | HSSFSheet.getColWidth() etc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696075 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45780 - update area refs during HSSFSheet.shiftRows()Josh Micich2008-09-166-31/+184
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696038 13f79535-47bb-0310-9956-ffa450edef68
* Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally ↵Nick Burch2008-09-151-3/+21
| | | | | | held on the parent style though) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695420 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on exposing the StyleRecord details into HSSFCellStyle, but not ↵Nick Burch2008-09-142-0/+36
| | | | | | fully there yet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695303 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45978 - removed eager initialisation of SheetReferencesJosh Micich2008-09-146-86/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695264 13f79535-47bb-0310-9956-ffa450edef68
* Added toString methods formatAsString to CellValue. Changed deprecation on ↵Josh Micich2008-09-133-78/+60
| | | | | | CellValue.getRichTextStringValue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694881 13f79535-47bb-0310-9956-ffa450edef68
* Refactored TextFunctions. Some minor fixes - test cases added.Josh Micich2008-09-134-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694877 13f79535-47bb-0310-9956-ffa450edef68
* Made HSSFFormulaEvaluator no longer require initialisation with sheet or row.Josh Micich2008-09-1220-36/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694643 13f79535-47bb-0310-9956-ffa450edef68
* Extended support for cached results of formula cellsJosh Micich2008-09-124-148/+174
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694631 13f79535-47bb-0310-9956-ffa450edef68
* Removed trailing comma from output of HexDump.toHex()Josh Micich2008-09-1216-174/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694619 13f79535-47bb-0310-9956-ffa450edef68
* small tweak to unit test which was silently creating UnknownPtgs Josh Micich2008-09-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694615 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregateJosh Micich2008-09-113-12/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694534 13f79535-47bb-0310-9956-ffa450edef68
* fixed special cases of MODE functionJosh Micich2008-09-102-25/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694065 13f79535-47bb-0310-9956-ffa450edef68
* Refactored finance functions.Josh Micich2008-09-102-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694050 13f79535-47bb-0310-9956-ffa450edef68
* Refactored hierarchy of MultiOperandNumericFunction. Fixed error value ↵Josh Micich2008-09-102-43/+28
| | | | | | handling. Enabled error value check in TestFormulasFromSpreadsheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693990 13f79535-47bb-0310-9956-ffa450edef68