-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enable worksheet protection #19
Comments
Is this what you are looking for? This should allow you to set a password, and should work as long as you are using the normal Let me know if this does not work for some reason and I'll take a look at it 😉 |
Hi doomlaur, |
It seems to me that this is indeed not implemented. I think tfussel#180 is not related to this issue. As this issue is about sheet protection (i.e. locking), the other issue is about full file encryption (to avoid reading any content if the encryption password is unknown). @JDasHO Are you interested in creating a PR to add support for this sheet-protection feature? If so, please let me know if you need some help. |
Ok, good to know. |
You can download the full XLSX specification at https://ecma-international.org/publications-and-standards/standards/ecma-376/ (Part1):
The steps needed to implement this feature:
|
Hi everyone,
is there a way to enable protection of a worksheet?
Right now what I'm trying to do is setting a cell to protected like so:
However it doesn't take effect. When I open the so created xlsx file in Excel I can still edit the protected cell and under cell/formatting Excel also informs me that cell protection is only effective after I enabled sheet protection.
The text was updated successfully, but these errors were encountered: