aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java
Commit message (Expand)AuthorAgeFilesLines
* fixes sonar/findbugs issuesAndreas Beeker2015-11-021-0/+2
* Add test which shows that bug 46515 is fixed since some time already.Dominik Stadler2015-09-291-0/+44
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage...Dominik Stadler2015-09-221-0/+6
* close resources in junit testsAndreas Beeker2015-09-201-373/+433
* Bug 57925: Add unit test and a simple fix to at least avoid the NPE when Work...Dominik Stadler2015-09-191-0/+18
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-12/+12
* Fix DAYS360 for US/EU handlingAndreas Beeker2015-09-011-92/+112
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi...David North2015-08-191-7/+16
* Fix some Eclipse warnings and adjust use of Generics, Comments, close()Dominik Stadler2015-07-161-172/+176
* Add some missing close(), reduce output in unit tests and remove some other E...Dominik Stadler2015-07-071-1/+0
* Comment out writing to file in c:/temp which breaks the build nowDominik Stadler2015-06-171-6/+6
* Move more tests into base class and add a TestSXSSFBugs class to verify some ...Dominik Stadler2015-06-171-19/+75
* Bug 53109: Correctly handle unicode strings in NameCommentRecordDominik Stadler2015-06-011-0/+20
* Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-261-3/+0
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-2/+18
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-1/+0
* Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa...Dominik Stadler2015-04-131-0/+10
* Add second verification of bug 56325 to ensure it is really fixedDominik Stadler2015-03-141-0/+29
* Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random ...Dominik Stadler2015-02-131-0/+6
* FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897Nick Burch2014-11-041-0/+7
* Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but f...Nick Burch2014-10-201-0/+50
* Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF TestBu...Nick Burch2014-10-181-118/+0
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha...Nick Burch2014-07-311-0/+11
* Add simple unit test to verify that Bug 42016 was fixed already by some other...Dominik Stadler2014-07-281-0/+9
* Unit test to show that bug #52111 (intersect formulas) was already solvedNick Burch2014-07-261-0/+20
* Correct HSSFOptimiser logic for the case where the to-keep style wasn't previ...Nick Burch2014-07-241-0/+23
* Bit more towards XSSF name support for #56737, will need some deeper changes ...Nick Burch2014-07-181-5/+0
* Leave part disabled for nowNick Burch2014-07-181-1/+2
* Start to support formula parsing of sheet-specified named ranges, required fo...Nick Burch2014-07-181-0/+4
* Update bug reference numbers, and bring over part of a test from unfixed that...Nick Burch2014-07-181-1/+26
* Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w...Nick Burch2014-07-181-2/+7
* #56737 Sometimes Excel writes an internal reference to a local name in an odd...Nick Burch2014-07-181-1/+0
* Add disabled unit tests for bug #56737, which currently fails (differently) f...Nick Burch2014-07-171-0/+39
* Increase the font-inaccuracy for one unit test as some machines have fonts th...Dominik Stadler2014-05-271-1/+1
* If a NoteRecord has no author tag, it seems it can sometimes be double padded...Nick Burch2014-05-231-2/+1
* Bug 56325: fix Exception when removing sheets with named ranges in the workbookDominik Stadler2014-05-151-0/+30
* Bug 56486 - Add XOR obfuscation/decryption support to HSSFAndreas Beeker2014-05-051-9/+12
* 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
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-311-1/+1
* Bug 35897 - Password protected filesAndreas Beeker2014-01-101-212/+364
* Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ...Nick Burch2013-11-071-0/+9
* 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
* fixed bug 46250Evgeniy Berlog2012-09-091-0/+14
* fixed bug 53432Evgeniy Berlog2012-08-141-0/+15
* fixed bug 51675, added test case for bug 52272Evgeniy Berlog2012-07-281-0/+30