Scenario | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.scenario.html
Scenario(
inputCells = list(),
name = NULL,
locked = FALSE,
hidden = FALSE,
count = NULL,
user = NULL,
comment = NULL,
...
)
inputCells |
inputCells |
name |
name |
locked |
locked |
hidden | |
count |
count |
user |
user |
comment |
comment |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Scenario(name = "name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.