aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc layoutNick Burch2014-04-261-15/+15
* Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFSNick Burch2014-04-261-0/+2
* NDocumentOutputStream write logicNick Burch2014-04-254-12/+87
* Fix inconsistent whitespaceNick Burch2014-04-251-141/+141
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-253-1/+99
* Support for replacing the contents of a Document in a NPOIFSFileSytem, in placeNick Burch2014-04-251-24/+47
* When deleting a document in NPOIFS, free the underlying blocksNick Burch2014-04-253-10/+33
* Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listi...Nick Burch2014-04-253-0/+37
* More NPOIFS mini stream improvements, and more tests for it allNick Burch2014-04-251-33/+39
* Correct mini stream initialisation, and enable more npoifs write testsNick Burch2014-04-251-4/+7
* More NPOIFS tests, and a partial mini-stream fixNick Burch2014-04-251-0/+1
* Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ...Nick Burch2014-04-241-1/+7
* More NPOIFS write testing, and fix a problem with writing xbat details outNick Burch2014-04-241-0/+5
* More unit tests for NPOIFS writing, and correct a bug in how bats get allocat...Nick Burch2014-04-241-6/+14
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-242-6/+12
* Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w...Nick Burch2014-04-242-4/+36
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-215-96/+181
* Some encryption fixes:Andreas Beeker2014-04-211-5/+6
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan...Dominik Stadler2014-04-181-1/+2
* Rather than having lots of classes all create their own XML DocumentBuilderFa...Nick Burch2014-04-152-2/+50
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-311-1/+1
* performance issue logging calls are expensive because of the objects created ...Cédric Walter2014-03-313-28/+34
* Patch from bug #56328 from David North - the maximum row number in a formula ...Nick Burch2014-03-281-1/+1
* Patch from Shaun Kalley from bug #56023 - On CellReference, implement hashCod...Nick Burch2014-03-091-23/+30
* Adjust for JDK 8 where an empty locale is added to the array returned by Date...Dominik Stadler2014-03-081-0/+4
* Fix Sonar issues about finalize() usageDominik Stadler2014-03-081-3/+5
* Added MD4-option and some cleanupsAndreas Beeker2014-03-063-9/+5
* POI is now on JDK 1.6, so remove 1.5 workaroundNick Burch2014-03-041-22/+4
* Bug 56076 - Add document protection with password support to XWPFAndreas Beeker2014-02-211-8/+151
* FindBugs fixAndreas Beeker2014-02-163-6/+6
* Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ...Nick Burch2014-02-161-1/+1
* FindBugs fixAndreas Beeker2014-02-162-4/+4
* Instead of using initCause() when re-throwing exceptions, it leads to better ...Dominik Stadler2014-02-151-1/+1
* Update Javadoc somewhatDominik Stadler2014-02-151-1/+9
* FindBugs fixAndreas Beeker2014-02-142-2/+2
* FindBugs fixAndreas Beeker2014-02-135-29/+32
* FindBugs fixAndreas Beeker2014-02-098-10/+86
* Fix whitespaceNick Burch2014-02-022-199/+199
* Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface,...Nick Burch2014-02-022-3/+18
* Have the Excel text extractors all implement the same interface, as best as t...Nick Burch2014-02-021-4/+12
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-012-327/+364
* jdk 5 compiler doesn't support overwrite for interfaces ...Andreas Beeker2014-01-251-1/+0
* Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS functionNick Burch2014-01-232-0/+57
* Added license headersAndreas Beeker2014-01-182-2/+41
* Bug 35897 - Password protected filesAndreas Beeker2014-01-102-7/+45
* Ensure our package html files have consistent line endings, and the right svn...Nick Burch2014-01-101-44/+44
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-011-4/+9
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-312-7/+9
* Don't unnecessarily convert from ArrayList to array, use the ArrayList direct...Dominik Stadler2013-12-311-9/+7
* Print out which actual value was out of rangeDominik Stadler2013-12-311-1/+1