aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/openxml4j
Commit message (Expand)AuthorAgeFilesLines
* Adjust some missing/incorrec throws and related javadocDominik Stadler2016-12-111-8/+9
* Move test to correct package and add some more checksDominik Stadler2016-12-011-0/+66
* Bug 59273 - Unable to create pptx file by potx file using Apache POIAndreas Beeker2016-11-101-0/+6
* 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParserTim Allison2016-10-281-1/+2
* bug 60288: remove defensive copy for internal relationships. Patch from Tim H...Javen O'Neal2016-10-212-7/+4
* bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook SheetDataW...Javen O'Neal2016-10-091-1/+3
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-051-26/+18
* bug 60128: remove forbidden-api Exception.printStackTrace()Javen O'Neal2016-09-141-1/+0
* javadocsJaven O'Neal2016-09-141-0/+2
* bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available...Javen O'Neal2016-09-141-2/+2
* make logger finalJaven O'Neal2016-09-141-1/+1
* bug 60128: close opened resources to avoid leaks; add exception as cause wher...Javen O'Neal2016-09-141-25/+29
* give more helpful exceptions rather than returning null when zip file cannot ...Javen O'Neal2016-09-141-2/+8
* bug 60128: close open file descriptors when exceptions are thrown from OPCPac...Javen O'Neal2016-09-143-39/+100
* Unit test for bug #60128, showing that calling close on a broken package clea...Nick Burch2016-09-143-0/+11
* IDE warnings and fix a few places where we do not close resources in testsDominik Stadler2016-07-312-10/+5
* #59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)Andreas Beeker2016-07-171-0/+37
* add crude unit test for ZipPackagePropertiesMarshallerJaven O'Neal2016-07-081-0/+1
* #59780 OPC support for a wider range of timezone'd created and modified date ...Nick Burch2016-07-041-2/+5
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-022-4/+6
* bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller ...Javen O'Neal2016-07-011-1/+1
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-242-17/+24
* sonar fixAndreas Beeker2016-06-221-17/+29
* javadoc fixes (jdk8)Andreas Beeker2016-06-221-1/+2
* Fix inconsistent whitespace and indentsNick Burch2016-06-211-64/+64
* #59717 POIXMLProperties helper methods for reading and changing OOXML documen...Nick Burch2016-06-211-15/+25
* bug 59170: remove deprecated o.a.p.openxml4j.opc.internal.CnotentType#getPara...Javen O'Neal2016-06-161-6/+0
* bug 59170: remove deprecated o.a.p.openxml4j.opc.PackageJaven O'Neal2016-06-152-99/+1
* findbugs fixesAndreas Beeker2016-06-121-1/+1
* Update error message to better indicate that we need a sample-file hereDominik Stadler2016-05-291-1/+1
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-102-0/+6
* close fileinputstream on second exception in ZipPackageTim Allison2016-04-081-2/+18
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-2/+1
* Fix two more places where wrong/invalid files can lead to file-handle leaks c...Dominik Stadler2016-04-022-2/+6
* Fix some cases where file handles are not closed in OldExcelExtractorDominik Stadler2016-04-021-5/+21
* Fix some compiler warnings, improve error message, cover some more codeDominik Stadler2016-03-291-11/+10
* some zips can't be opened via ZipFile in JDK6, as the central directoryAndreas Beeker2016-03-282-24/+27
* make OPCPackage logger finalJaven O'Neal2016-03-271-1/+1
* forbidden-apis-fixAndreas Beeker2016-03-161-1/+1
* 59183 - handle timezones (even with colons) in date parsing metadata in ooxml...Tim Allison2016-03-161-14/+52
* Before opening an OOXML file, check the first few bytes, and give helpful exc...Nick Burch2016-03-152-1/+89
* Push all the zip opening logic into ZipHelperNick Burch2016-03-152-13/+23
* Fix inconsistent indentsNick Burch2016-03-151-142/+141
* Fix inconsistent indentsNick Burch2016-03-151-244/+244
* Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar...Nick Burch2016-03-156-4/+105
* sonar fixesAndreas Beeker2016-03-111-3/+4
* Bug 57914: Provide a better error message for OOXML strict format which we do...Dominik Stadler2016-02-271-2/+2
* No need to wrap OpenXML4JRuntimeException in another instance of itself and f...Dominik Stadler2016-02-151-10/+9
* Eclipse warnings, helper unit-test, improve information provided in Exception...Dominik Stadler2016-01-131-4/+4
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-101-5/+5