aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-121-0/+0
* Bugzilla 47652 - Added support for reading encrypted workbooksJosh Micich2009-08-078-76/+534
* Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ...Yegor Kozlov2009-08-051-2/+13
* Custom XML import features; tests and implementationPaolo Mottadelli2009-07-301-0/+0
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-297-30/+715
* Fixed RecordFactoryInputStream to properly read continued DrawingRecordsYegor Kozlov2009-07-251-0/+71
* Additional test case examples for NumberToTextConverterJosh Micich2009-07-241-12/+106
* Improvements to formula evaluation treatment of -0.0. (Refinements to fix for...Josh Micich2009-07-233-3/+161
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-0/+0
* fixed case-sensitive file names in unit tests for Bugzilla 47520Yegor Kozlov2009-07-161-2/+10
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-163-0/+0
* Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498Yegor Kozlov2009-07-124-6/+65
* fixed XSSF and OpenXml4J to read/write relationships with targets starting wi...Yegor Kozlov2009-07-121-0/+0
* Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOOJosh Micich2009-07-062-0/+86
* Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS recordsJosh Micich2009-06-241-12/+54
* Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m...Yegor Kozlov2009-06-202-0/+18
* Added implementation for ISNA()Josh Micich2009-06-191-0/+0
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-193-58/+127
* Tweak to comments in TestExternalNameRecord (47384/786261)Josh Micich2009-06-181-3/+1
* Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode namesJosh Micich2009-06-181-0/+24
* Clean-up in POIFS unit tests - compacted raw data declarationJosh Micich2009-06-1310-9458/+1818
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-1244-2747/+695
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ...Josh Micich2009-06-122-37/+105
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-101-0/+10
* Add a sample file which has its formula records with the wrong record type idNick Burch2009-06-091-0/+0
* fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ...Yegor Kozlov2009-06-072-2/+2
* Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet...Josh Micich2009-06-061-5/+36
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-044-93/+159
* rolling back r781622Josh Micich2009-06-041-7/+1
* submitted in errorJosh Micich2009-06-031-1/+7
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-032-1/+77
* Changed CRLF to LF in remaining trunk/src filesJosh Micich2009-06-011-516/+516
* Fixed non-use of 10 sample files (named 'BigSSTRecord*'). Resurrected SSTReco...Josh Micich2009-06-011-135/+105
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-0110-176/+8
* removed obsolete classesJosh Micich2009-06-013-109/+0
* Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning fi...Josh Micich2009-06-011-1/+1
* Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records aft...Josh Micich2009-06-011-1/+82
* Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ...Yegor Kozlov2009-05-301-0/+11
* Fixed XSSFCell to properly read inline stringsYegor Kozlov2009-05-231-0/+0
* Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name leng...Josh Micich2009-05-221-4/+30
* Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0Josh Micich2009-05-221-0/+14
* Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE linksJosh Micich2009-05-211-0/+33
* Fixes to ddf junits after r776424Josh Micich2009-05-207-245/+224
* Changed CRLF to LF in function implementations. Removed subclasses of NotImp...Josh Micich2009-05-201-48/+0
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-1826-3291/+3290
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-171-1/+2
* Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData...Josh Micich2009-05-171-18/+19
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-162-0/+20
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-153-35/+159
* Added comments and removed unused importJosh Micich2009-05-151-1/+8