aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
...
* Increase the font-inaccuracy for one unit test as some machines have fonts th...Dominik Stadler2014-05-271-1/+1
* Fix for 56563 - Multithreading bug when reading 2 similar filesDominik Stadler2014-05-261-0/+62
* If a NoteRecord has no author tag, it seems it can sometimes be double padded...Nick Burch2014-05-231-2/+1
* Bug 53691: Fix a copy/paste error in CFRuleRecord.clone()Dominik Stadler2014-05-201-0/+72
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-166-95/+90
* Bug 56325: fix Exception when removing sheets with named ranges in the workbookDominik Stadler2014-05-151-0/+30
* fix some Eclipse warnings, unnecessary null-check and missing close() in testsDominik Stadler2014-05-131-52/+57
* Bug 56486 - Add XOR obfuscation/decryption support to HSSFAndreas Beeker2014-05-051-9/+12
* Bug 56269 - DateFormat - Rounding of fractionalsAndreas Beeker2014-05-041-21/+53
* Excel 2007 and later allows for more than 3 Conditional Formatting rules per ...Nick Burch2014-05-021-0/+14
* Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w...Nick Burch2014-04-241-0/+16
* Tweak 'assertAlmostEquals' bast on Jenkins resultsNick Burch2014-04-181-2/+1
* Unit test for column autosizing of % valuesNick Burch2014-04-181-0/+65
* Add another test file for bug #47251, from Joe Yuan, and a disabled testNick Burch2014-04-011-0/+5
* Undo a toString() removal for a case where it is actually necessary.Dominik Stadler2014-04-011-3/+3
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-313-3/+3
* Bug 56114: Add testcase to verify that the flag is correctly stored in the XLSDominik Stadler2014-03-151-0/+132
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-141-31/+71
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-261-60/+111
* Bug 35897 - Password protected filesAndreas Beeker2014-01-102-269/+415
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-011-0/+17
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-261-36/+46
* Unit tests for Shrink To Fit cell style support (#55661)Nick Burch2013-11-071-42/+71
* Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ...Nick Burch2013-11-071-0/+9
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-021-0/+50
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-301-1/+58
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-132-6/+111
* Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF Yegor Kozlov2013-10-131-4/+62
* Apply patch from bug 55341Dominik Stadler2013-09-291-4/+48
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-092-26/+10
* Add testcase which tries to reproduce Bug 48495, but seems to be fixedDominik Stadler2013-08-231-13/+0
* fix some Eclipse warnings, adjust some unit tests slightlyDominik Stadler2013-08-231-3/+2
* Fix unit test for Bug 50298 some moreDominik Stadler2013-08-211-9/+3
* Adjust test for Bug 50298 to not leave a temporary file behind andDominik Stadler2013-08-211-5/+69
* Bug 50298: Fix corruption of Workbook when setting sheet order. TheDominik Stadler2013-08-211-17/+60
* Bug 55195: use interface instead of implementation forDominik Stadler2013-08-121-0/+2
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo...Dominik Stadler2013-07-123-34/+335
* Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml ...Dominik Stadler2013-07-011-45/+0
* Bug 54084: Add testcase which reproduces the bug, no fix available yetDominik Stadler2013-06-301-2/+47
* Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() ...Nick Burch2013-06-141-3/+24
* Fix bug #54557 - Don't mis-detect format patterns like .000 as datesNick Burch2013-02-131-1/+10
* Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook di...Nick Burch2013-02-072-27/+60
* clear unused import warningsYegor Kozlov2012-11-123-10/+0
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-011-13/+13
* Bug #54016 - Avoid exception when parsing workbooks with DConRefRecord in row...Yegor Kozlov2012-10-261-0/+6
* Bug #53404 - Fixed compatibility issue with modifying xls files created by PO...Yegor Kozlov2012-10-251-4/+20
* Bugzilla 53763: avoid style mess when using HSSFOptimiserYegor Kozlov2012-10-121-0/+41
* Have HSSFOptimiser also remove un-used cell styles, in addition to duplicatesNick Burch2012-09-291-1/+43
* fixed bug 46250Evgeniy Berlog2012-09-091-0/+14
* fixed bug 53432Evgeniy Berlog2012-08-141-0/+15