https://issues.apache.org/bugzilla/show_bug.cgi?id=35897
--- Comment #23 from ns <[email protected]> --- Ok, I downloaded the POI source 3.10-FINAL and built it. Made the change in FilePassRecord.java to do the _encryptionType=3 stuff if the type is actually 4. Then I get _minorVersionNo=2 instead of 1, which 1 is the only thing it supports. So I change the code to do the same as _minorVersionNo=1 if I get a 2... and it doesn't decrypt. I get a "Supplied password is invalid for docId/saltData/saltHash" This is probably because the _saltData and _saltHash is somewhere else for this file type? I dunno. I will attached the new FilePassRecord.java and the code that reads the excel file (ExcelFileReader.java) which I wrote. -- 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]
