Protection
Description
Protection options for use in styles.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.protection.html
Usage
Protection(locked = TRUE, hidden = FALSE, ...)
Arguments
locked
|
locked |
hidden | |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
Protection()