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
A password protected ODS is throwing the following exception:
java.util.zip.ZipException: only DEFLATED entries can have EXT descriptor
at java.base/java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:313)
at java.base/java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:125)
at com.github.miachm.sods.Uncompressor.nextFile(Uncompressor.java:17)
at com.github.miachm.sods.OdsReader.load(OdsReader.java:51)
at com.github.miachm.sods.OdsReader.load(OdsReader.java:38)
at com.github.miachm.sods.SpreadSheet.<init>(SpreadSheet.java:61)
at com.github.miachm.sods.SpreadSheet.<init>(SpreadSheet.java:48)
at Test.main(Test.java:15)
Duplicating the file with no password works without issue.
Code used is the same as BasicUsage in the readme.
The text was updated successfully, but these errors were encountered:
A password protected ODS is throwing the following exception:
Duplicating the file with no password works without issue.
Code used is the same as
BasicUsage
in the readme.The text was updated successfully, but these errors were encountered: