aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/openxml4j
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2748-10358/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-218-77/+61
* add method to test for strict ooxml formatPJ Fanning2021-02-151-0/+10
* Apply IDE suggestions, add toString(), adjust JavaDoc and simplify code slightlyDominik Stadler2021-01-303-19/+23
* Sonar fixesAndreas Beeker2021-01-179-39/+38
* Bug 64450: Allow to parse a file where the relationship-id is an empty stringDominik Stadler2021-01-031-4/+4
* Apply some IDE suggestions and fix some JavaDocDominik Stadler2021-01-011-1/+1
* avoid string concatsPJ Fanning2020-12-172-6/+6
* avoid string concatsPJ Fanning2020-12-175-11/+10
* [github-200] Update OPCPackage#getPartsByRelationshipType docs to reflect beh...PJ Fanning2020-12-081-3/+4
* Sonar fixes - a few "String literals should not be duplicated"Andreas Beeker2020-10-241-2/+2
* remove some deprecated codePJ Fanning2020-07-151-77/+0
* #64301 - Allow try-with-resources with OPCPackage.revert()Andreas Beeker2020-04-012-13/+34
* Update JavaDoc for logging and marshallingDominik Stadler2020-03-084-12/+26
* Sonar fixesAndreas Beeker2020-02-251-32/+29
* replace some calls to Collection methods with shorter/more effective versionsAxel Howind2020-02-201-2/+2
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-204-4/+4
* [bug-64108] unsafe pipe character (PJ Fanning2020-01-301-1/+1
* use lambda instead of sub classAndreas Beeker2020-01-071-11/+4
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-071-2/+9
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-232-12/+10
* Remove exception-handling code in ZipPackage that was never reachedDominik Stadler2019-12-151-13/+9
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-031-12/+5
* fix javadocAxel Howind2019-11-291-3/+4
* add TransformerHelperPJ Fanning2019-09-241-38/+36
* try to avoid casting to intPJ Fanning2019-09-142-6/+5
* [github-145] issue in PackagingURIHelper.encode. Thanks to @greedbell. This c...PJ Fanning2019-05-121-573/+573
* #54803 - Error opening XLSX after saving with a Drawing using POIAndreas Beeker2019-04-161-2/+19
* Bug 63330 -- use skipfully instead of hoping skip() worksTim Allison2019-04-101-1/+2
* Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch...Yegor Kozlov2019-02-131-1/+3
* Bug 63029: OPCPackage Potentially clobbers files on close() Yegor Kozlov2019-02-121-3/+7
* Add missing revert() in OPCPackage to close Zip-streams alwaysDominik Stadler2019-01-011-0/+3
* Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regr...Dominik Stadler2019-01-011-2/+8
* Bug 62629: Allow to handle files with invalid content types for picturesDominik Stadler2018-12-271-2/+5
* IDE and JavaDoc fixes, close() in testsDominik Stadler2018-12-271-1/+1
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-268-46/+25
* Fix incorrect constant for pict-filesDominik Stadler2018-12-261-1/+1
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-2/+2
* Simplify some string operationsDominik Stadler2018-12-261-3/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-252-2/+2
* #62886 - Regression extracting text from corrupted docx filesAndreas Beeker2018-12-181-0/+3
* #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Output...Andreas Beeker2018-11-251-2/+1
* Add test for FileMagicDominik Stadler2018-11-251-2/+0
* Adjust sample for creating comments to also create a .xlsx fileDominik Stadler2018-10-262-1/+3
* deprecate unused Nullable classPJ Fanning2018-10-031-0/+5
* rename xmlbeans jobPJ Fanning2018-10-021-1/+1
* [bug-62796] remove use of Stax Namespace class from PackagePropertiesMarshallerPJ Fanning2018-10-021-148/+164
* use StaxHelper to get event factoryPJ Fanning2018-09-301-1/+2
* make OPCPackage#close() unsynchronized and add javadoc note saying method is ...PJ Fanning2018-09-271-1/+3
* [bug-62768] synchronize OPCPackage#close()PJ Fanning2018-09-271-22/+14