You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POI 5.x.x has changed its default behavior regarding .xlsx files.
Theses zip files are now created with the Zip64 specification which is not currently supported by nbbrd.io.zip.Zip.
Trying to read these files throws a java.util.zip.ZipException with cause invalid entry size (expected 0 but got ... bytes).
POI 5.x.x has changed its default behavior regarding .xlsx files.
Theses zip files are now created with the Zip64 specification which is not currently supported by
nbbrd.io.zip.Zip
.Trying to read these files throws a
java.util.zip.ZipException
with causeinvalid entry size (expected 0 but got ... bytes)
.See "Known Interoperability Problems" at https://commons.apache.org/proper/commons-compress/zip.html
The text was updated successfully, but these errors were encountered: