| Commit message (Expand) | Author | Age | Files | Lines |
* | bug 60128: remove forbidden-api Exception.printStackTrace() | Javen O'Neal | 2016-09-14 | 1 | -1/+0 |
* | javadocs | Javen O'Neal | 2016-09-14 | 1 | -0/+2 |
* | bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available... | Javen O'Neal | 2016-09-14 | 1 | -2/+2 |
* | make logger final | Javen O'Neal | 2016-09-14 | 1 | -1/+1 |
* | bug 60128: close opened resources to avoid leaks; add exception as cause wher... | Javen O'Neal | 2016-09-14 | 1 | -25/+29 |
* | bug 60128: close open file descriptors when exceptions are thrown from OPCPac... | Javen O'Neal | 2016-09-14 | 1 | -34/+82 |
* | bug 59170: remove deprecated o.a.p.openxml4j.opc.Package | Javen O'Neal | 2016-06-15 | 1 | -2/+1 |
* | close fileinputstream on second exception in ZipPackage | Tim Allison | 2016-04-08 | 1 | -2/+18 |
* | some zips can't be opened via ZipFile in JDK6, as the central directory | Andreas Beeker | 2016-03-28 | 1 | -19/+24 |
* | Before opening an OOXML file, check the first few bytes, and give helpful exc... | Nick Burch | 2016-03-15 | 1 | -0/+8 |
* | Push all the zip opening logic into ZipHelper | Nick Burch | 2016-03-15 | 1 | -5/+2 |
* | Fix inconsistent indents | Nick Burch | 2016-03-15 | 1 | -244/+244 |
* | Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar... | Nick Burch | 2016-03-15 | 1 | -0/+22 |
* | No need to wrap OpenXML4JRuntimeException in another instance of itself and f... | Dominik Stadler | 2016-02-15 | 1 | -10/+9 |
* | Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall... | Dominik Stadler | 2015-09-03 | 1 | -5/+1 |
* | Bug 56865 - Limit number of bytes (by counting them) while opening office docs | Andreas Beeker | 2015-06-23 | 1 | -3/+5 |
* | Ensure that the core properties are there before saving them, in case they ha... | Nick Burch | 2015-02-28 | 1 | -1/+3 |
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 1 | -1/+2 |
* | Bug 56468 - Writing a workbook more than once corrupts the file | Andreas Beeker | 2014-05-14 | 1 | -4/+2 |
* | Correct an eclipse warning around close(), and a related bug that this identi... | Nick Burch | 2014-04-24 | 1 | -0/+4 |
* | More JavaDoc tweaks, and suppress deprecated warnings where these are expected | Nick Burch | 2013-11-12 | 1 | -4/+9 |
* | Consistent indenting, based on current POI style guide | Nick Burch | 2013-11-12 | 1 | -104/+101 |
* | Fix some JavaDocs, and add a generic constructor based on ZipEntrySource | Nick Burch | 2013-11-12 | 1 | -3/+22 |
* | Add File based constructor to OPCPackage, alongside existing String one (whic... | Nick Burch | 2012-06-19 | 1 | -24/+49 |
* | OPC: add original IOException to chain on open file errors | Maxim Valyanskiy | 2012-03-20 | 1 | -4/+9 |
* | Bug 51444 - Prevent corrupted output when saving files created by LibreOffic... | Yegor Kozlov | 2011-06-30 | 1 | -6/+7 |
* | Improve handling and warnings when closing OPCPackage objects | Nick Burch | 2010-08-04 | 1 | -3/+6 |
* | do case-insensitive comparison when detecting Content_Types part, tolerate ba... | Yegor Kozlov | 2010-07-18 | 1 | -3/+3 |
* | removed log4j calls from ooxml tests, also fixed misc bugs discovered when im... | Yegor Kozlov | 2009-11-16 | 1 | -2/+1 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 1 | -0/+0 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 1 | -1/+1 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 1 | -1/+1 |
* | Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma... | Josh Micich | 2009-05-20 | 1 | -465/+460 |
* | replaced log4j with POILogger in openxml4j, also converted non-ascii characte... | Yegor Kozlov | 2009-02-20 | 1 | -11/+11 |
* | added to-do comment | Josh Micich | 2009-02-12 | 1 | -1/+2 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 1 | -0/+464 |