On 2/24/2015 12:29 PM, [email protected] wrote:
https://bz.apache.org/bugzilla/show_bug.cgi?id=57593

--- Comment #14 from Vasili <[email protected]> ---
But that is xml decryption, isn't it?
The encryption, you are suggesting, is encryption over xml files, and so is the
API.
That file seems to be binary, BIFF8, so any xml (XSSF) code will fail.
If it is binary, it must be opened with HSSF only. Although, I understand, that
we might have caught some undocumented MS binary format feature here (?)

Am I wrong here?

Yes, you are. A .xlsx file is XML-based, as indicated by the trailing "x" in its extension.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to