summaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha...Nick Burch2014-07-311-0/+11
* Correct logic for the start-of-sheet missing rows, for event user model, and ...Nick Burch2014-07-301-1/+12
* Start on details tests for bug #53433Nick Burch2014-07-301-1/+405
* 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
* Areas can have multi-sheet references too, so add FormulaParser support to th...Nick Burch2014-07-251-0/+21
* More progress towards #55906 - Have the ExternSheet references set up for mul...Nick Burch2014-07-251-2/+1
* More progress towards #55906 - FormulaParser is able to identify and parse mu...Nick Burch2014-07-241-0/+28
* Rename some of the internal HSSF sheet lookup methods which deal with externa...Nick Burch2014-07-241-3/+3
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-241-6/+2
* Correct HSSFOptimiser logic for the case where the to-keep style wasn't previ...Nick Burch2014-07-241-0/+23
* Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a...Dominik Stadler2014-07-221-3/+23
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-201-7/+30
* Fix inconsistent indentsNick Burch2014-07-191-122/+122
* The Event User Model fake-workbook for formula evaluations needs to know abou...Nick Burch2014-07-191-2/+5
* 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-183-6/+51
* Update bug reference numbers, and bring over part of a test from unfixed that...Nick Burch2014-07-184-16/+36
* Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w...Nick Burch2014-07-182-6/+11
* #56737 Sometimes Excel writes an internal reference to a local name in an odd...Nick Burch2014-07-182-4/+12
* Add disabled unit tests for bug #56737, which currently fails (differently) f...Nick Burch2014-07-171-0/+39
* HSSFCell should follow XSSF, and allow setting a null-style to return to the ...Nick Burch2014-05-291-0/+36
* 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-202-3/+89
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-1629-213/+188
* 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-057-159/+168
* 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
* Fix some Eclipse warningsDominik Stadler2014-04-046-6/+7
* exclude new broken test-file for this testDominik Stadler2014-04-041-1/+2
* 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
* Adjust some tests to not hardcode the 'test-data' directory. This breaks the ...Dominik Stadler2014-02-153-3/+19
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-141-31/+71
* FindBugs fixAndreas Beeker2014-02-092-84/+118
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-261-60/+111
* Added license headersAndreas Beeker2014-01-187-0/+112
* Bug 35897 - Password protected filesAndreas Beeker2014-01-104-290/+431
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-011-0/+17
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-22/+20