-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Password protected file #199
Comments
Thanks for your issue. I have added this feature request to the Roadmap. In order to support encryption, we need to implement these encryption standards and many more. It would require a very large number of test cases would be several weeks of work involved. That's an interesting job and I will consider adding support for this feature later. I'll certainly accept that patch if somebody did that an also welcome to contribute to this project. |
Would it for now be possbile to expose the |
Welcome to contribution! I think |
Any progress on this? |
This feature is essential. |
Has anyone found a way to get it working temporarily until it's officially released? |
two years latter....Still not implemented |
I just initialize the decryption protection spreadsheet support, and I'll add encryption support later. |
This issue is closed. May I ask is there any time plan for encryption support? The document mentioned: "The excelize just support decrypt and not support encrypt currently, the spreadsheet saved by Save and SaveAs will be without password unprotected." |
Sorry for my late reply. I have just initialized the workbook encryption support. Please upgrade to the master branch code if you like. |
Whether it can be found in readme example encryption usage? |
Hi @kernel-1, please update and use the master branch code for the beta, and reference the example. Specify the password in the options of the SaveAs function. Note that this feature is still a work in progress, and will be released in the next version. |
…-os#199 - Remove exported variable `ErrEncrypt`
…-os#199 - Remove exported variable `ErrEncrypt`
…-os#199 - Remove exported variable `ErrEncrypt`
I have a use case for my business scenario where I need to password protect my generated excel files before I can email them to the client.
It would be great if we can have a password protection feature in the library.
Thank you!
The text was updated successfully, but these errors were encountered: