| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha... | Nick Burch | 2014-07-31 | 1 | -0/+11 |
* | Correct logic for the start-of-sheet missing rows, for event user model, and ... | Nick Burch | 2014-07-30 | 1 | -1/+12 |
* | Start on details tests for bug #53433 | Nick Burch | 2014-07-30 | 1 | -1/+405 |
* | Add simple unit test to verify that Bug 42016 was fixed already by some other... | Dominik Stadler | 2014-07-28 | 1 | -0/+9 |
* | Unit test to show that bug #52111 (intersect formulas) was already solved | Nick Burch | 2014-07-26 | 1 | -0/+20 |
* | Areas can have multi-sheet references too, so add FormulaParser support to th... | Nick Burch | 2014-07-25 | 1 | -0/+21 |
* | More progress towards #55906 - Have the ExternSheet references set up for mul... | Nick Burch | 2014-07-25 | 1 | -2/+1 |
* | More progress towards #55906 - FormulaParser is able to identify and parse mu... | Nick Burch | 2014-07-24 | 1 | -0/+28 |
* | Rename some of the internal HSSF sheet lookup methods which deal with externa... | Nick Burch | 2014-07-24 | 1 | -3/+3 |
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 1 | -6/+2 |
* | Correct HSSFOptimiser logic for the case where the to-keep style wasn't previ... | Nick Burch | 2014-07-24 | 1 | -0/+23 |
* | Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a... | Dominik Stadler | 2014-07-22 | 1 | -3/+23 |
* | Update the formula evaluator to support XSSF style external named ranges too | Nick Burch | 2014-07-20 | 1 | -7/+30 |
* | Fix inconsistent indents | Nick Burch | 2014-07-19 | 1 | -122/+122 |
* | The Event User Model fake-workbook for formula evaluations needs to know abou... | Nick Burch | 2014-07-19 | 1 | -2/+5 |
* | Bit more towards XSSF name support for #56737, will need some deeper changes ... | Nick Burch | 2014-07-18 | 1 | -5/+0 |
* | Leave part disabled for now | Nick Burch | 2014-07-18 | 1 | -1/+2 |
* | Start to support formula parsing of sheet-specified named ranges, required fo... | Nick Burch | 2014-07-18 | 3 | -6/+51 |
* | Update bug reference numbers, and bring over part of a test from unfixed that... | Nick Burch | 2014-07-18 | 4 | -16/+36 |
* | Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w... | Nick Burch | 2014-07-18 | 2 | -6/+11 |
* | #56737 Sometimes Excel writes an internal reference to a local name in an odd... | Nick Burch | 2014-07-18 | 2 | -4/+12 |
* | Add disabled unit tests for bug #56737, which currently fails (differently) f... | Nick Burch | 2014-07-17 | 1 | -0/+39 |
* | HSSFCell should follow XSSF, and allow setting a null-style to return to the ... | Nick Burch | 2014-05-29 | 1 | -0/+36 |
* | Increase the font-inaccuracy for one unit test as some machines have fonts th... | Dominik Stadler | 2014-05-27 | 1 | -1/+1 |
* | Fix for 56563 - Multithreading bug when reading 2 similar files | Dominik Stadler | 2014-05-26 | 1 | -0/+62 |
* | If a NoteRecord has no author tag, it seems it can sometimes be double padded... | Nick Burch | 2014-05-23 | 1 | -2/+1 |
* | Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() | Dominik Stadler | 2014-05-20 | 2 | -3/+89 |
* | Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ... | Dominik Stadler | 2014-05-16 | 29 | -213/+188 |
* | Bug 56325: fix Exception when removing sheets with named ranges in the workbook | Dominik Stadler | 2014-05-15 | 1 | -0/+30 |
* | fix some Eclipse warnings, unnecessary null-check and missing close() in tests | Dominik Stadler | 2014-05-13 | 1 | -52/+57 |
* | Bug 56486 - Add XOR obfuscation/decryption support to HSSF | Andreas Beeker | 2014-05-05 | 7 | -159/+168 |
* | Bug 56269 - DateFormat - Rounding of fractionals | Andreas Beeker | 2014-05-04 | 1 | -21/+53 |
* | Excel 2007 and later allows for more than 3 Conditional Formatting rules per ... | Nick Burch | 2014-05-02 | 1 | -0/+14 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 1 | -0/+16 |
* | Tweak 'assertAlmostEquals' bast on Jenkins results | Nick Burch | 2014-04-18 | 1 | -2/+1 |
* | Unit test for column autosizing of % values | Nick Burch | 2014-04-18 | 1 | -0/+65 |
* | Fix some Eclipse warnings | Dominik Stadler | 2014-04-04 | 6 | -6/+7 |
* | exclude new broken test-file for this test | Dominik Stadler | 2014-04-04 | 1 | -1/+2 |
* | Add another test file for bug #47251, from Joe Yuan, and a disabled test | Nick Burch | 2014-04-01 | 1 | -0/+5 |
* | Undo a toString() removal for a case where it is actually necessary. | Dominik Stadler | 2014-04-01 | 1 | -3/+3 |
* | performance issue: call toString() on a String object. This is entirely redun... | Cédric Walter | 2014-03-31 | 3 | -3/+3 |
* | Bug 56114: Add testcase to verify that the flag is correctly stored in the XLS | Dominik Stadler | 2014-03-15 | 1 | -0/+132 |
* | Adjust some tests to not hardcode the 'test-data' directory. This breaks the ... | Dominik Stadler | 2014-02-15 | 3 | -3/+19 |
* | update *ssf-workbook tests to junit4 | Andreas Beeker | 2014-02-14 | 1 | -31/+71 |
* | FindBugs fix | Andreas Beeker | 2014-02-09 | 2 | -84/+118 |
* | - Bug 51585 - WorkbookFactory.create() hangs when creating a workbook | Andreas Beeker | 2014-01-26 | 1 | -60/+111 |
* | Added license headers | Andreas Beeker | 2014-01-18 | 7 | -0/+112 |
* | Bug 35897 - Password protected files | Andreas Beeker | 2014-01-10 | 4 | -290/+431 |
* | Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS... | Dominik Stadler | 2014-01-01 | 1 | -0/+17 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 1 | -22/+20 |