| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 5 | -12/+12 |
* | Bug 56114: Add testcase to verify that the flag is correctly stored in the XLS | Dominik Stadler | 2014-03-15 | 1 | -0/+132 |
* | Adjust for JDK 8 where an empty locale is added to the array returned by Date... | Dominik Stadler | 2014-03-08 | 1 | -0/+6 |
* | Enhance test to print out more information, it seems to fail on Apache Jenkin... | Dominik Stadler | 2014-03-08 | 1 | -38/+49 |
* | Zero length code page fix has been committed, so this file can once again be ... | Nick Burch | 2014-02-20 | 1 | -3/+1 |
* | Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ... | Nick Burch | 2014-02-16 | 1 | -0/+23 |
* | Fix unit tests broken by newly added test-file, ignore TestFontRendering as i... | Dominik Stadler | 2014-02-16 | 3 | -228/+174 |
* | Fix unit test which failed after new corrupted file was added. | Dominik Stadler | 2014-02-16 | 1 | -17/+30 |
* | 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 | 2 | -55/+115 |
* | FindBugs fix | Andreas Beeker | 2014-02-09 | 2 | -84/+118 |
* | Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing... | Andreas Beeker | 2014-02-01 | 3 | -39/+106 |
* | - Bug 51585 - WorkbookFactory.create() hangs when creating a workbook | Andreas Beeker | 2014-01-26 | 2 | -160/+244 |
* | Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS function | Nick Burch | 2014-01-23 | 1 | -0/+66 |
* | Added license headers | Andreas Beeker | 2014-01-18 | 8 | -0/+128 |
* | Bug 35897 - Password protected files | Andreas Beeker | 2014-01-10 | 6 | -319/+470 |
* | Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS... | Dominik Stadler | 2014-01-01 | 2 | -0/+53 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 1 | -22/+20 |
* | obsoleted by TestEscherBlipRecord and EscherMetafileBlip | Andreas Beeker | 2013-12-30 | 2 | -126/+0 |
* | Add some @Overrides suggested by Eclipse, generics and some warnings, | Dominik Stadler | 2013-12-26 | 2 | -36/+47 |
* | Fix some Eclipse warnings in ReaderWriter | Dominik Stadler | 2013-12-26 | 1 | -7/+10 |
* | javadoc and compiler warning house-keeping | Andreas Beeker | 2013-12-25 | 1 | -2/+7 |
* | Patch for Bug/Enhancement 55818 - add encryption support | Andreas Beeker | 2013-12-24 | 3 | -214/+0 |
* | patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2c | Yegor Kozlov | 2013-12-24 | 1 | -1/+2 |