aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java
Commit message (Expand)AuthorAgeFilesLines
* [github-775] Allow some OPC compliance checks to be tuned. Thanks to Ken Rees...PJ Fanning2025-03-191-45/+199
* PoiLogManagerPJ Fanning2024-11-241-2/+2
* try to fix testsPJ Fanning2024-07-021-1/+2
* throw exception if xlsx contains duplicate file namesPJ Fanning2024-07-011-6/+20
* refactor code that removes partsPJ Fanning2024-04-191-2/+9
* [bug-67579] add new XSSFWorkbook constructorPJ Fanning2023-10-261-1/+1
* [bug-67579] add new XSSFWorkbook constructorPJ Fanning2023-10-261-0/+32
* use more nio file supportPJ Fanning2023-09-141-4/+4
* [bug-66675] fix issue with writing xlsx (core properties being added twice)PJ Fanning2023-07-121-1/+5
* apply some spelling fixesPJ Fanning2023-06-271-5/+5
* try to use checked exceptions where APIs already support themPJ Fanning2022-09-141-2/+2
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-2/+2
* sonar issuesPJ Fanning2022-08-251-1/+1
* [github-339] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-171-3/+3
* javadoc issuesPJ Fanning2022-07-101-1/+1
* Bug 65854: Use revert() instead of close() when OPCPackage is opened read-onlyDominik Stadler2022-03-201-10/+16
* [bug-65854] don't warn about close on read-only zip entryPJ Fanning2022-01-281-1/+1
* add isEmpty() methodPJ Fanning2021-12-301-2/+2
* close input streams for partsPJ Fanning2021-12-281-2/+2
* use try block to close input streamsPJ Fanning2021-11-201-2/+5
* use try block to close output streamsPJ Fanning2021-11-201-3/+3
* POI 5.1.0PJ Fanning2021-09-041-1/+1
* convert tabs to spacesPJ Fanning2021-05-221-1313/+1313
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-141-7/+3
* fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/J...Andreas Beeker2021-04-141-35/+21
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-071-0/+1680