| Commit message (Expand) | Author | Age | Files | Lines |
* | If doing an in-place write, update the properties too | Nick Burch | 2016-07-20 | 1 | -0/+2 |
* | Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix first | Nick Burch | 2016-07-20 | 1 | -1/+18 |
* | #57919 Start on support for writing to a new File (faster than OutputStream) | Nick Burch | 2016-07-20 | 1 | -0/+22 |
* | #57919 Provide an initial in-place write method for HSSFWorkbook | Nick Burch | 2016-07-17 | 1 | -0/+15 |
* | sonar fixes | Andreas Beeker | 2016-07-01 | 1 | -1/+1 |
* | bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF | Javen O'Neal | 2016-06-18 | 2 | -15/+1 |
* | bug 52949: add junit test for RLEDecompressingInputStream | Javen O'Neal | 2016-04-10 | 1 | -11/+33 |
* | Code cleanup via IntelliJ: Remove unnecessary semicolon | Dominik Stadler | 2016-04-06 | 1 | -71/+71 |
* | Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar... | Nick Burch | 2016-03-15 | 1 | -1/+3 |
* | Refactor some common code from the various Document-Factories into a helper c... | Dominik Stadler | 2016-03-12 | 1 | -0/+116 |
* | Include stacktrace of inner exception when block-positions are invalid in POI... | Dominik Stadler | 2016-02-21 | 1 | -1/+3 |
* | replace Throwable.printStackTrace() with POILogger calls - Todo: other printS... | Andreas Beeker | 2016-01-10 | 2 | -4/+5 |
* | #58597: Remove setAccessible (more coming soon) | Uwe Schindler | 2015-11-11 | 1 | -0/+11 |
* | sonar fixes | Andreas Beeker | 2015-10-04 | 1 | -1/+5 |
* | sonar fixes | Andreas Beeker | 2015-09-30 | 1 | -1/+1 |
* | Sonar fixes - add cloneable interface to classes with clone() | Andreas Beeker | 2015-09-28 | 1 | -2/+2 |
* | - a few findbugs/sonar fixes | Andreas Beeker | 2015-09-23 | 1 | -3/+21 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -0/+17 |
* | - reworked HexDump class - unified array dumps and usage of standard java cal... | Andreas Beeker | 2015-08-29 | 2 | -43/+20 |
* | Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Win... | Nick Burch | 2015-07-29 | 1 | -8/+9 |
* | Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeader | Dominik Stadler | 2015-07-20 | 1 | -3/+7 |
* | When writing the mini-stream, set the size of it on the root property #58061 | Nick Burch | 2015-07-06 | 2 | -5/+18 |
* | Fix OPOIFS generics warnings | Nick Burch | 2015-07-02 | 2 | -3/+3 |
* | To better match OPOIFS, pad to the end of a block with 0xFF/-1 | Nick Burch | 2015-07-01 | 1 | -0/+10 |
* | Put the properties table at block 0, with the first BAT at block 1, to hopefu... | Nick Burch | 2015-06-28 | 1 | -6/+7 |
* | #56791 Make NPOIFS the default when POIFSFileSystem is requested | Nick Burch | 2015-05-26 | 2 | -6/+9 |
* | Fix testing for NPOIFS zero-length stream writing | Nick Burch | 2015-05-26 | 2 | -6/+4 |
* | Fix NPOIFS to handle dodgy excel-95 file from bug #46904 | Nick Burch | 2015-05-26 | 1 | -1/+1 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 2 | -1/+10 |
* | Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending t... | Nick Burch | 2015-05-11 | 2 | -496/+10 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 7 | -45/+38 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 1 | -4/+35 |
* | Correct zero byte entry support in NPOIFS | Nick Burch | 2015-05-11 | 1 | -1/+5 |
* | Begin making NPOIFS the default #56791 | Nick Burch | 2015-05-11 | 3 | -9/+624 |
* | If an empty stream or file is given to WorkbookFactory.create, give a more in... | Nick Burch | 2015-05-04 | 2 | -16/+28 |
* | - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF | Andreas Beeker | 2014-12-25 | 1 | -0/+5 |
* | More detection for older Excel formats when opening the POIFS Stream, and a m... | Nick Burch | 2014-11-30 | 2 | -9/+32 |
* | More from Daniel Bonniot from bug #56956 - Make the FileChannel default read-... | Nick Burch | 2014-09-11 | 1 | -3/+3 |
* | Patch from Daniel Bonniot from bug #56956 - Add a NPOIFSFileSystem constructo... | Nick Burch | 2014-09-11 | 1 | -2/+23 |
* | Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook | Dominik Stadler | 2014-07-02 | 1 | -1/+0 |
* | The NPOIFS-classes result currently in left-over memory mapped buffers. | Andreas Beeker | 2014-05-04 | 1 | -9/+12 |
* | Update the HPSF change properties example to use NPOIFS + in-place writes, an... | Nick Burch | 2014-04-28 | 1 | -0/+6 |
* | Get NPOIFS in-place-write working! | Nick Burch | 2014-04-28 | 1 | -4/+5 |
* | 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 | 2 | -4/+84 |
* | 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 | 2 | -1/+91 |
* | 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 |