https://bz.apache.org/bugzilla/show_bug.cgi?id=60347

--- Comment #4 from Andreas Beeker <[email protected]> ---
The "Excel file 95" is in Biff5 format, which is not supported by the HSSF
classes - although there's an OldExcelExtractor class, I haven't implemented
the crypto logic there.
The other excel file opens just fine:

Biff8EncryptionKey.setCurrentUserPassword("12345");
HSSFWorkbook wb = new HSSFWorkbook(new FileInputStream("Canada - 97-2003
Pass.xls"));


With "nightly" I meant a development build:
https://builds.apache.org/job/POI/lastSuccessfulBuild/artifact/build/dist/

-- 
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]

Reply via email to