Protection {xlcharts} | R Documentation |
Protection options for use in styles.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.protection.html
Protection(locked = TRUE, hidden = FALSE, ...)
locked |
locked |
hidden | |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Protection()
## End(Not run)