aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S...Josh Micich2009-02-127-15/+234
* Generalised TestSheetShiftRows for both HSSF and XSSF test casesJosh Micich2009-02-092-246/+307
* improved XSSFSheet.shiftRows: 1. properly update cell references of the shift...Yegor Kozlov2009-02-081-0/+0
* added suport for Calculation Chain in XSSF, remove reference from calculation...Yegor Kozlov2009-02-081-0/+0
* Fixed serialization of multiple blank records (should get aggregated into Mul...Josh Micich2009-02-071-59/+147
* Improved error handling for problems described in bugzilla 46569 - Changed Sh...Yegor Kozlov2009-02-061-0/+11
* Should be part of c 741036 (Fix for bug 46654 - HSSFRow/RowRecord needs to pr...Josh Micich2009-02-051-12/+12
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ...Josh Micich2009-02-052-24/+58
* Reverted accidental early commit (should not be part of r741002)Josh Micich2009-02-051-12/+12
* Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for...Josh Micich2009-02-051-12/+12
* Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all depr...Josh Micich2009-02-032-202/+130
* Fixed use of deprecated property HSSFName.reference (should be refersToFormula)Josh Micich2009-02-034-37/+36
* Modified formula parser to encode SUM taking a single argument as tAttrSum (f...Josh Micich2009-02-021-5/+4
* Fix for bug 46643 - formula parser should encode range operator with tMemFuncJosh Micich2009-02-021-0/+23
* Fix for bug 46647 - COUNTIF NE operator and other special cases involving typ...Josh Micich2009-02-021-4/+57
* fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFR...Yegor Kozlov2009-01-291-0/+55
* Fix for bug 46545 - ObjRecord should ignore excessive padding written by prev...Josh Micich2009-01-291-10/+59
* Fix for bug 46613 - evaluator should perform case insensitive string comparisonsJosh Micich2009-01-271-1/+26
* Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti...Josh Micich2009-01-223-14/+22
* 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