| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 5 | -8/+69 |
* | 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 | 36 | -249/+223 |
* | 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 |
* | The NPOIFS-classes result currently in left-over memory mapped buffers. | Andreas Beeker | 2014-05-04 | 1 | -173/+186 |
* | File leak detector: Close streams in some tests | Dominik Stadler | 2014-05-04 | 2 | -16/+41 |
* | Excel 2007 and later allows for more than 3 Conditional Formatting rules per ... | Nick Burch | 2014-05-02 | 1 | -0/+14 |
* | Get NPOIFS in-place-write working! | Nick Burch | 2014-04-28 | 2 | -4/+0 |
* | junit4 fix | Andreas Beeker | 2014-04-26 | 1 | -15/+14 |
* | More on the HPFS in-place NPOIFS write tests, and a note about what is still ... | Nick Burch | 2014-04-26 | 2 | -4/+50 |
* | Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFS | Nick Burch | 2014-04-26 | 1 | -37/+85 |
* | Stream tests for NDocumentOutputStream | Nick Burch | 2014-04-26 | 1 | -0/+194 |
* | NDocumentOutputStream write logic | Nick Burch | 2014-04-25 | 1 | -2/+1 |
* | Begin to support and test in-place changes to documents within a NPOIFS stream | Nick Burch | 2014-04-25 | 2 | -2/+171 |
* | Complete NPOIFS write tests | Nick Burch | 2014-04-25 | 1 | -7/+122 |
* | More progress with the write/read npoifs tests, but one bug still to go.... | Nick Burch | 2014-04-25 | 1 | -9/+71 |
* | Refactor some of the NPOIFS write tests, and begin on the last missing write ... | Nick Burch | 2014-04-25 | 1 | -78/+89 |
* | Finish off the next NPOIFS write text | Nick Burch | 2014-04-25 | 1 | -11/+36 |
* | More NPOIFS mini stream improvements, and more tests for it all | Nick Burch | 2014-04-25 | 1 | -5/+71 |
* | Correct mini stream initialisation, and enable more npoifs write tests | Nick Burch | 2014-04-25 | 1 | -116/+88 |
* | More NPOIFS tests, and a partial mini-stream fix | Nick Burch | 2014-04-25 | 1 | -19/+76 |
* | More npoifs write tests, some disabled as failing | Nick Burch | 2014-04-25 | 1 | -3/+74 |
* | Add common code for writing out and reading NPOIFS again, and add a disabled ... | Nick Burch | 2014-04-24 | 1 | -6/+57 |
* | Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ... | Nick Burch | 2014-04-24 | 1 | -3/+133 |
* | Add TODOs for the next set of NPOIFS write tests we need | Nick Burch | 2014-04-24 | 1 | -14/+58 |
* | More NPOIFS write testing, and fix a problem with writing xbat details out | Nick Burch | 2014-04-24 | 1 | -3/+0 |
* | Update a test to use the existing EntryUtils to copy with, rather than duplci... | Nick Burch | 2014-04-24 | 1 | -30/+6 |
* | More unit tests for NPOIFS writing, and correct a bug in how bats get allocat... | Nick Burch | 2014-04-24 | 1 | -28/+67 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 1 | -2/+12 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 1 | -0/+16 |
* | Bug 56437 - [PATCH] Streaming write support in NPOIFS | Andreas Beeker | 2014-04-21 | 1 | -15/+81 |
* | Some encryption fixes: | Andreas Beeker | 2014-04-21 | 1 | -7/+3 |
* | Tweak 'assertAlmostEquals' bast on Jenkins results | Nick Burch | 2014-04-18 | 2 | -3/+3 |
* | Unit test for column autosizing of % values | Nick Burch | 2014-04-18 | 2 | -0/+71 |
* | Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan... | Dominik Stadler | 2014-04-18 | 1 | -16/+97 |
* | 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 |