aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* Add unit test for bug #45970 - shows that we can read Formulas with URL based...Nick Burch2010-06-041-0/+83
* Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MMNick Burch2010-06-021-14/+57
* Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFData...Nick Burch2010-06-022-19/+121
* Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter,...Nick Burch2010-06-021-5/+5
* Fix bug #49096 - add clone support to Chart begin and end records, to allow c...Nick Burch2010-06-021-0/+16
* Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to han...Nick Burch2010-06-011-3/+10
* More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r...Nick Burch2010-06-012-9/+82
* More fixes inspired by bug #48872 - handle zero formatting rules, and better ...Nick Burch2010-06-012-0/+82
* ensure english locale for POI buildYegor Kozlov2010-05-301-5/+7
* Support a couple more crazy formats, as identified in bug #48872, plus test themNick Burch2010-05-281-3/+5
* Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once createdNick Burch2010-05-271-2/+1
* Initial support for reading AES-encrypted/write-protected OOXML filesMaxim Valyanskiy2010-05-272-0/+113
* Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col...Nick Burch2010-05-261-8/+25
* Add test which shows that bug #48832 is invalidNick Burch2010-05-262-0/+112
* Added loose tests to junit hierarchyJosh Micich2010-05-246-14/+28
* Changed JRE 6 dependent code to its JRE 5 equivalentJosh Micich2010-05-242-23/+22
* Add in missing license headers to a few filesNick Burch2010-05-243-3/+48
* Fixed tests failing in non-english locales, see Bugzilla 49191Yegor Kozlov2010-05-221-4/+13
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-163-446/+519
* Enhanced SViewer to support most border types, cell formats, and conditional ...Yegor Kozlov2010-05-103-0/+389
* Hopefully finish fixing bug #49139 - track down another subtle hard coding of...Nick Burch2010-05-051-3/+3
* Add DISABLED test which shows the latest problem relating to bug #49139Nick Burch2010-05-031-2/+19
* Enable the tests for bug #49139, now that we have a sample test file to go wi...Nick Burch2010-05-031-4/+12
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-2515-71/+128
* Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026Yegor Kozlov2010-04-242-0/+164
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-201-7/+22
* Add missing license headersNick Burch2010-04-141-0/+17
* Lots more documentation on how we read in POIFS files and process the sectors...Nick Burch2010-04-132-0/+24
* Fix an issue with the HSMF tests working on some machines but not others - Ma...Nick Burch2010-02-191-7/+17
* Support evaluation of indirect defined names in INDIRECTYegor Kozlov2010-02-141-5/+17
* Add patch from Jukka from bug #48617 + test - Optionally allow the overriding...Nick Burch2010-01-261-0/+43
* Implement the ExtRst part of a UnicodeStringNick Burch2010-01-193-10/+192
* records.UnicodeString isn't actually a Record, just a common part that exists...Nick Burch2010-01-186-2/+18
* avoid creating unnecessary temp files, tighten up usage of temp files in unit...Yegor Kozlov2010-01-141-2/+3
* Remove some generics warnings from the HPSF custom properties and sections partsNick Burch2010-01-131-0/+17
* Improved how HSMF handles multiple recipientsNick Burch2010-01-121-0/+40
* Initialise the link type of HSSFHyperLink, so that getType() on it worksNick Burch2010-01-051-0/+4
* More FeatRecord supportNick Burch2010-01-031-2/+16
* improved usermodel to prevent data corruption when setting array formulas, mi...Yegor Kozlov2009-12-293-3/+265
* Start testing the contents of FeatRecordNick Burch2009-12-271-0/+18
* Make InternalSheet capture the feature related recordsNick Burch2009-12-272-5/+61
* Looks like we already had Ref8U but with a different name... Switch to using ...Nick Burch2009-12-271-9/+10
* More work on FeatRecord/Shared Features. More is still needed though, it's st...Nick Burch2009-12-263-4/+128
* Finish off common Ref8U subrecord, and add testsNick Burch2009-12-261-0/+79
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-2624-409/+400
* Clean-up in BaseTestSheetShiftRows and subclasses.Josh Micich2009-12-263-68/+34
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-252-18/+22
* Fixed FormulaParser to allow negative elements in array literals.Josh Micich2009-12-251-0/+22
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-256-128/+240
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-255-2/+373