aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca...Josh Micich2009-01-211-312/+370
* Removed System.out.println and compiler warnings from test codeJosh Micich2009-01-211-81/+75
* Fix for bug 46547 - Allow for addition of conditional formatting when data va...Josh Micich2009-01-211-572/+617
* Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + som...Josh Micich2009-01-164-44/+96
* Bugzilla 46523 - added implementation for SUMIFJosh Micich2009-01-131-0/+0
* Improvements to countif implementation in preparation for sumifJosh Micich2009-01-131-22/+99
* Support for reading HSSF column stylesNick Burch2009-01-064-0/+39
* Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvalua...Josh Micich2009-01-053-2/+94
* Fix for 45031 - added implementation for CHOOSE function.Josh Micich2008-12-311-0/+0
* Patch 46410 from Steven Butler - added impl for TIME() function.Josh Micich2008-12-312-0/+123
* added HSSFPictureData.getFormat() as requested in #46320Yegor Kozlov2008-12-301-0/+2
* Fix for bug 46445 - move hyperlinks when shifting rowsYegor Kozlov2008-12-303-0/+69
* continue cleanup of bugzilla, added unit test for #27394, #27364, #300#30070 ...Yegor Kozlov2008-12-295-4/+71
* unit test for bug #19172Yegor Kozlov2008-12-261-0/+26
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-235-25/+84
* 1. added support for shared formulas in XSSF, see bug #464332. improved valid...Yegor Kozlov2008-12-223-12/+96
* Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ...Yegor Kozlov2008-12-171-0/+26
* Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serializatio...Josh Micich2008-12-161-9/+22
* 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c...Yegor Kozlov2008-12-121-318/+341
* Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 charactersNick Burch2008-12-091-0/+35
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...Yegor Kozlov2008-12-041-440/+459
* re-arranging methods getRecordSize and getDataSize in Record / StandardRecord...Josh Micich2008-12-041-50/+45
* (bug 46156) fix junit error after c722284Josh Micich2008-12-021-4/+2
* (bug 46156) fix unused import/compiler error after c722284Josh Micich2008-12-011-1/+0
* Fix for bug 46156 - improved POI's number rendering to more closely match Exc...Josh Micich2008-12-019-132/+723
* Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty rowJosh Micich2008-12-011-220/+253
* Fix for bug 46206 - tolerate missing DIMENSION recordsJosh Micich2008-11-281-32/+75
* fixed NPE in HyperlinkRecord.toString()Josh Micich2008-11-261-0/+5
* Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords afte...Josh Micich2008-11-243-1/+101
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-212-5/+5
* Fixes / additions for reserialization of HyperlinkRecord Josh Micich2008-11-212-12/+157
* refactoring test caseJosh Micich2008-11-211-17/+23
* Fixed NoteRecord to allow for unicode author namesJosh Micich2008-11-191-17/+33
* moving other chart records into dedicated packageJosh Micich2008-11-1938-73/+181
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-193-12/+43
* Refactoring Record.serialize methodsJosh Micich2008-11-192-49/+40
* Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra Str...Josh Micich2008-11-152-15/+50
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-142-20/+19
* Fix for bug 46174 - HSSFName now handles general formulas (not just area refe...Josh Micich2008-11-147-141/+118
* Fix for bug 46199 - tweaks to EmbeddedObjectRefSubRecordJosh Micich2008-11-132-64/+95
* Changes to formula evaluation allowing for reduced memory usageJosh Micich2008-11-132-4/+8
* Fix bug #45290 - Support odd files where the POIFS header block comes after t...Nick Burch2008-11-124-5/+12
* Fix bug #46184 - more odd escaped date formatsNick Burch2008-11-121-0/+1
* Fix for bug #46137 - continue records after eofrecordNick Burch2008-11-102-0/+10
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-092-20/+20
* Fixed problem with linking shared formulas when ranges overlapJosh Micich2008-11-074-0/+128
* javadocs cleanupYegor Kozlov2008-11-073-3/+3
* Merged revisions 711764 via svnmerge from ooxmlJosh Micich2008-11-062-30/+74
* Merged revisions 709570,709598,710114,710134,710136,711505,711513-711515,7116...Josh Micich2008-11-0610-311/+370
* Merged revisions 709263-709264,709317 via svnmerge from Josh Micich2008-10-312-24/+29