aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for DeletedRe...Josh Micich2008-06-201-1/+1
* Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecordJosh Micich2008-06-191-0/+54
* A partial fix for bug #30978, but something still remains, which seems to be ...Nick Burch2008-06-182-0/+62
* Make the test related to bug #30978, which shows that named ranges pointing t...Nick Burch2008-06-162-6/+59
* Slight tweak for named ranges pointing at deleted sheets, related to bug #30978Nick Burch2008-06-162-0/+34
* added extra RVA test case (for bug 45206)Josh Micich2008-06-152-4/+7
* Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera...Josh Micich2008-06-0714-58/+63
* Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte...Josh Micich2008-06-061-12/+33
* Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAg...Josh Micich2008-06-051-22/+88
* Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring to...Josh Micich2008-06-052-0/+98
* Test code clean-up (prior to bug 45126)Josh Micich2008-06-041-139/+67
* Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date...Nick Burch2008-05-281-3/+16
* Fix for 45060 (and 45041) - Improved token class transformation during formul...Josh Micich2008-05-285-0/+317
* Added test cases for parsing IF expressions. Segregated IF test cases into a...Josh Micich2008-05-263-110/+245
* Small fix for FormulaParser. Need case-insentive match for IF function nameJosh Micich2008-05-261-3/+11
* Follow-on fix for bug 42564 (r653668). Array elements are stored internally c...Josh Micich2008-05-262-5/+24
* Help for bug #44840 - Improved handling of HSSFObjectData, especially for ent...Nick Burch2008-05-231-0/+39
* File with checkboxes, from bug #44840Nick Burch2008-05-231-0/+0
* Patch from Yury, plus tests, from bug #45043 - Support for getting excel cell...Nick Burch2008-05-231-0/+22
* Extend the support for specifying a policy to HSSF on missing / blank cells w...Nick Burch2008-05-231-1/+14
* Marked out test failure which was fixed by patch for bug 39903Josh Micich2008-05-231-120/+49
* Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong bu...Josh Micich2008-05-231-3/+2
* Bug 45041 - improved FormulaParser parse error messagesJosh Micich2008-05-231-788/+729
* Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK recordsJosh Micich2008-05-233-1/+46
* Fix for 45066 - sheet encoding size mismatch problemsJosh Micich2008-05-233-3/+73
* Follow on from bug 44675 - regenerated functionMetadata.txt from new ooo exce...Josh Micich2008-05-223-42/+66
* Test which seems to show that bug #44996 is invalid, but not completely sureNick Burch2008-05-201-0/+24
* Fix bug #44977 - Support for AM/PM in excel date formatsNick Burch2008-05-201-0/+2
* Support for specifying a policy to HSSF on missing / blank cells when fetchingNick Burch2008-05-201-0/+60
* Bug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulasJosh Micich2008-05-193-50/+40
* misc bug fixesYegor Kozlov2008-05-174-0/+41
* added HSSFName.isDeleted() to check if the name points to cell that no longer...Yegor Kozlov2008-05-171-0/+24
* fixed bug number in junit msg - from r656893 bug 44523Josh Micich2008-05-161-2/+2
* Fix for bug 40414 - update selected/active sheet after removing sheet from wo...Josh Micich2008-05-161-2/+75
* Should have been submitted with r656893 (for bug 44523)Josh Micich2008-05-161-28/+124
* added test case for reported bug 44987Josh Micich2008-05-131-13/+35
* 41187 - fixed HSSFSheet to properly read xls files without ROW recordsJosh Micich2008-05-119-424/+226
* fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated (since...Josh Micich2008-05-081-34/+19
* tiny clean-up after r654356 (bug 44950)Josh Micich2008-05-081-6/+0
* 44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and Area3DEval.getValue()...Josh Micich2008-05-086-68/+150
* Another attempt to fix unicode problems in functionMetadata.txt. Made that f...Josh Micich2008-05-061-5/+80
* Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ...Nick Burch2008-05-061-4/+15
* 42570 - fixed LabelRecord to use empty string instead of null when the length...Josh Micich2008-05-063-0/+42
* 42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPt...Josh Micich2008-05-063-1/+97
* Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotesJosh Micich2008-05-051-51/+51
* Added test case method javadoc for old bug 44675Josh Micich2008-05-051-0/+8
* bug #44235 is not reproducible in 3.1-beta1Yegor Kozlov2008-05-052-0/+12
* Fixed 44675 - Parameter operand classes (function metadata) required to encod...Josh Micich2008-05-033-1/+72
* 44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and A...Josh Micich2008-05-022-7/+20
* added disabled junit for bug 44916Josh Micich2008-05-014-30/+98