aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/ZipPackage.java
Commit message (Expand)AuthorAgeFilesLines
* [bug-69618] ZipPackage save should check that intermediate steps succeedfanningpj2025-03-201-2/+2
* [bug-69618] ZipPackage save should check that intermediate steps succeedPJ Fanning2025-03-201-4/+10
* [github-775] Allow some OPC compliance checks to be tuned. Thanks to Ken Rees...PJ Fanning2025-03-191-6/+109
* PoiLogManagerPJ Fanning2024-11-241-2/+2
* throw exception if xlsx contains duplicate file namesPJ Fanning2024-07-011-0/+2
* refactor code that removes partsPJ Fanning2024-04-191-15/+2
* Simplify handling of exceptions in ZipPackageDominik Stadler2023-12-061-36/+10
* [bug-67579] add new XSSFWorkbook constructorPJ Fanning2023-10-261-1/+1
* [bug-67579] add new XSSFWorkbook constructorPJ Fanning2023-10-261-1/+25
* [bug-67579] revert changes - POI will again close the InputStreamPJ Fanning2023-10-261-3/+0
* try harder to close zipArchive in ZipPackage (edge cases)PJ Fanning2023-10-151-4/+17
* [bug-67579] do not close stream when reading XSSFWorkbook based on stream PJ Fanning2023-10-031-0/+1
* use more nio file supportPJ Fanning2023-09-141-6/+5
* add check for number of files inside zipPJ Fanning2023-08-101-1/+8
* avoid creating enumeration twicePJ Fanning2023-08-051-2/+6
* [bug-66675] fix issue with writing xlsx (core properties being added twice)PJ Fanning2023-07-121-1/+3
* [bug-66584] ensure ZipPackage closes input stream when exceptions happenPJ Fanning2023-04-281-3/+1
* [bug-66138] change log level to warn (the issue is worked around)PJ Fanning2022-06-221-1/+1
* use isEmpty()PJ Fanning2021-12-301-2/+2
* try to close resources when RuntimeExceptions happenPJ Fanning2021-12-181-1/+1
* [bug-65738] do not treat zip directories as partsPJ Fanning2021-12-101-1/+7
* [bug-65706] ignore trash parts in OOXML filesPJ Fanning2021-11-271-8/+11
* [bug-65706] fix syntax of log messagePJ Fanning2021-11-251-1/+1
* javadocPJ Fanning2021-10-141-1/+1
* temp file package partsPJ Fanning2021-10-141-4/+4
* [bug-65042] support saving package part data in temp filesPJ Fanning2021-10-131-8/+41
* javadocPJ Fanning2021-10-131-3/+5
* error messagePJ Fanning2021-10-131-1/+1
* convert tabs to spacesPJ Fanning2021-05-221-108/+108
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-071-0/+573