https://bz.apache.org/bugzilla/show_bug.cgi?id=65877
PJ Fanning <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from PJ Fanning <[email protected]> --- You seem to be missing the step in your code to decrypt the password protected xls - I only really use XSSF and not HSSF, but as far as I can see you need a line like this: Biff8EncryptionKey.setCurrentUserPassword("your-password"); I found this in this example - https://javacodepoint.com/how-to-read-password-protected-excel-in-java/ -- 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]
