-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XLSX with passwords #102
Comments
It seems that it's possible to get the encryption method from the file like this: So, either you use XOR padding, or then you can read a |
I recently came across an I'm happy to look into this as a contribution if crate authors are seeing such feature as a good addition to |
It seems that no Rust crate at the moment supports encrypted spreadsheets but is there any plans? It seems that password support is by no means a trivial feature, since there are many different schemes to encrypt an XLSX file. I don't even know if some are more common than others: http://poi.apache.org/encryption.html
I think that the Apache POI library is the gold standard standard for supporting stuff: https://github.com/apache/poi
As one step towards a better direction, it would be nice if it could recognize and report the error correctly, as it does with the XLS format.
The text was updated successfully, but these errors were encountered: