aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem
Commit message (Expand)AuthorAgeFilesLines
* If doing an in-place write, update the properties tooNick Burch2016-07-201-0/+2
* Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix firstNick Burch2016-07-201-1/+18
* #57919 Start on support for writing to a new File (faster than OutputStream)Nick Burch2016-07-201-0/+22
* #57919 Provide an initial in-place write method for HSSFWorkbookNick Burch2016-07-171-0/+15
* sonar fixesAndreas Beeker2016-07-011-1/+1
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-182-15/+1
* bug 52949: add junit test for RLEDecompressingInputStreamJaven O'Neal2016-04-101-11/+33
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-71/+71
* Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar...Nick Burch2016-03-151-1/+3
* Refactor some common code from the various Document-Factories into a helper c...Dominik Stadler2016-03-121-0/+116
* Include stacktrace of inner exception when block-positions are invalid in POI...Dominik Stadler2016-02-211-1/+3
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-102-4/+5
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-111-0/+11
* sonar fixesAndreas Beeker2015-10-041-1/+5
* sonar fixesAndreas Beeker2015-09-301-1/+1
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-281-2/+2
* - a few findbugs/sonar fixesAndreas Beeker2015-09-231-3/+21
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-0/+17
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-292-43/+20
* Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Win...Nick Burch2015-07-291-8/+9
* Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeaderDominik Stadler2015-07-201-3/+7
* When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-062-5/+18
* Fix OPOIFS generics warningsNick Burch2015-07-022-3/+3
* To better match OPOIFS, pad to the end of a block with 0xFF/-1Nick Burch2015-07-011-0/+10
* Put the properties table at block 0, with the first BAT at block 1, to hopefu...Nick Burch2015-06-281-6/+7
* #56791 Make NPOIFS the default when POIFSFileSystem is requestedNick Burch2015-05-262-6/+9
* Fix testing for NPOIFS zero-length stream writingNick Burch2015-05-262-6/+4
* Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-261-1/+1
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-112-1/+10
* Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending t...Nick Burch2015-05-112-496/+10
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-117-45/+38
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-4/+35
* Correct zero byte entry support in NPOIFSNick Burch2015-05-111-1/+5
* Begin making NPOIFS the default #56791Nick Burch2015-05-113-9/+624
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-042-16/+28
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-251-0/+5
* More detection for older Excel formats when opening the POIFS Stream, and a m...Nick Burch2014-11-302-9/+32
* More from Daniel Bonniot from bug #56956 - Make the FileChannel default read-...Nick Burch2014-09-111-3/+3
* Patch from Daniel Bonniot from bug #56956 - Add a NPOIFSFileSystem constructo...Nick Burch2014-09-111-2/+23
* Bug 56537: Update javadoc to reflect the addition of Closeable to WorkbookDominik Stadler2014-07-021-1/+0
* The NPOIFS-classes result currently in left-over memory mapped buffers.Andreas Beeker2014-05-041-9/+12
* Update the HPSF change properties example to use NPOIFS + in-place writes, an...Nick Burch2014-04-281-0/+6
* Get NPOIFS in-place-write working!Nick Burch2014-04-281-4/+5
* 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-252-4/+84
* Fix inconsistent whitespaceNick Burch2014-04-251-141/+141
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-252-1/+91
* 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