| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix javadoc layout | Nick Burch | 2014-04-26 | 1 | -15/+15 |
* | Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFS | Nick Burch | 2014-04-26 | 1 | -0/+2 |
* | NDocumentOutputStream write logic | Nick Burch | 2014-04-25 | 4 | -12/+87 |
* | Fix inconsistent whitespace | Nick Burch | 2014-04-25 | 1 | -141/+141 |
* | Begin to support and test in-place changes to documents within a NPOIFS stream | Nick Burch | 2014-04-25 | 3 | -1/+99 |
* | Support for replacing the contents of a Document in a NPOIFSFileSytem, in place | Nick Burch | 2014-04-25 | 1 | -24/+47 |
* | When deleting a document in NPOIFS, free the underlying blocks | Nick Burch | 2014-04-25 | 3 | -10/+33 |
* | Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listi... | Nick Burch | 2014-04-25 | 3 | -0/+37 |
* | More NPOIFS mini stream improvements, and more tests for it all | Nick Burch | 2014-04-25 | 1 | -33/+39 |
* | Correct mini stream initialisation, and enable more npoifs write tests | Nick Burch | 2014-04-25 | 1 | -4/+7 |
* | More NPOIFS tests, and a partial mini-stream fix | Nick Burch | 2014-04-25 | 1 | -0/+1 |
* | Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ... | Nick Burch | 2014-04-24 | 1 | -1/+7 |
* | More NPOIFS write testing, and fix a problem with writing xbat details out | Nick Burch | 2014-04-24 | 1 | -0/+5 |
* | More unit tests for NPOIFS writing, and correct a bug in how bats get allocat... | Nick Burch | 2014-04-24 | 1 | -6/+14 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 2 | -6/+12 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 2 | -4/+36 |
* | Bug 56437 - [PATCH] Streaming write support in NPOIFS | Andreas Beeker | 2014-04-21 | 5 | -96/+181 |
* | Some encryption fixes: | Andreas Beeker | 2014-04-21 | 1 | -5/+6 |
* | Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan... | Dominik Stadler | 2014-04-18 | 1 | -1/+2 |
* | Rather than having lots of classes all create their own XML DocumentBuilderFa... | Nick Burch | 2014-04-15 | 2 | -2/+50 |
* | performance issue: call toString() on a String object. This is entirely redun... | Cédric Walter | 2014-03-31 | 1 | -1/+1 |
* | performance issue logging calls are expensive because of the objects created ... | Cédric Walter | 2014-03-31 | 3 | -28/+34 |
* | Patch from bug #56328 from David North - the maximum row number in a formula ... | Nick Burch | 2014-03-28 | 1 | -1/+1 |
* | Patch from Shaun Kalley from bug #56023 - On CellReference, implement hashCod... | Nick Burch | 2014-03-09 | 1 | -23/+30 |
* | Adjust for JDK 8 where an empty locale is added to the array returned by Date... | Dominik Stadler | 2014-03-08 | 1 | -0/+4 |
* | Fix Sonar issues about finalize() usage | Dominik Stadler | 2014-03-08 | 1 | -3/+5 |
* | Added MD4-option and some cleanups | Andreas Beeker | 2014-03-06 | 3 | -9/+5 |
* | POI is now on JDK 1.6, so remove 1.5 workaround | Nick Burch | 2014-03-04 | 1 | -22/+4 |
* | Bug 56076 - Add document protection with password support to XWPF | Andreas Beeker | 2014-02-21 | 1 | -8/+151 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 3 | -6/+6 |
* | Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ... | Nick Burch | 2014-02-16 | 1 | -1/+1 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 2 | -4/+4 |
* | Instead of using initCause() when re-throwing exceptions, it leads to better ... | Dominik Stadler | 2014-02-15 | 1 | -1/+1 |
* | Update Javadoc somewhat | Dominik Stadler | 2014-02-15 | 1 | -1/+9 |
* | FindBugs fix | Andreas Beeker | 2014-02-14 | 2 | -2/+2 |
* | FindBugs fix | Andreas Beeker | 2014-02-13 | 5 | -29/+32 |
* | FindBugs fix | Andreas Beeker | 2014-02-09 | 8 | -10/+86 |
* | Fix whitespace | Nick Burch | 2014-02-02 | 2 | -199/+199 |
* | Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface,... | Nick Burch | 2014-02-02 | 2 | -3/+18 |
* | Have the Excel text extractors all implement the same interface, as best as t... | Nick Burch | 2014-02-02 | 1 | -4/+12 |
* | Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing... | Andreas Beeker | 2014-02-01 | 2 | -327/+364 |
* | jdk 5 compiler doesn't support overwrite for interfaces ... | Andreas Beeker | 2014-01-25 | 1 | -1/+0 |
* | Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS function | Nick Burch | 2014-01-23 | 2 | -0/+57 |
* | Added license headers | Andreas Beeker | 2014-01-18 | 2 | -2/+41 |
* | Bug 35897 - Password protected files | Andreas Beeker | 2014-01-10 | 2 | -7/+45 |
* | Ensure our package html files have consistent line endings, and the right svn... | Nick Burch | 2014-01-10 | 1 | -44/+44 |
* | Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS... | Dominik Stadler | 2014-01-01 | 1 | -4/+9 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 2 | -7/+9 |
* | Don't unnecessarily convert from ArrayList to array, use the ArrayList direct... | Dominik Stadler | 2013-12-31 | 1 | -9/+7 |
* | Print out which actual value was out of range | Dominik Stadler | 2013-12-31 | 1 | -1/+1 |