https://bz.apache.org/bugzilla/show_bug.cgi?id=65865
--- Comment #7 from PJ Fanning <[email protected]> --- The Java Zip code is not as good as commons-compress and has this terrible bug where it can't handle zip64 files. It is not the Apache POI team's problem if you don't want to use commons-compress. With SXSSFWorkbook, you could use https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setZip64Mode-org.apache.commons.compress.archivers.zip.Zip64Mode- Zip64Mode.Never would probably ensure the xlsx files are readable by Java's buggy zip code - Zip64Mode.AsNeeded should work too and if it does then this is a better choice than Never. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
