https://issues.apache.org/bugzilla/show_bug.cgi?id=55692
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |INVALID --- Comment #4 from Nick Burch <[email protected]> --- Attachment 31452 is not a regular .xls file. It appears to be a password protected .xlsx file, which must be opened as per http://poi.apache.org/encryption.html#XML-based+formats+-+Decryption (along with the password of course!) Also, don't forget that Apache Tika is very good at working out what files are, if you ask Apache Tika to detect the file with no file extension, it correctly identifies the type as application/x-tika-ooxml-protected As for hash alg problems, either try with the latest trunk, or raise a new bug if you really have got a file that uses a format we don't support -- 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]
