Protecting dims on worksheet #663
JanMarvin
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
@JanMarvin For some reason, applying this example to my use case does not solve the problem, as it still locks all cells, even those which have the option "locked = FALSE".
Here are the properties of my Worksheet:
Can you see where the problem is? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This SO requested how to protect only a fraction of the cells on a workbook. The main issue with this approach is, that by default Excel locks all cells and one has to actively unlock a cell. Building on #411 I created an answer with
openxlsx2
that uses column styles to create the required output.Beta Was this translation helpful? Give feedback.
All reactions