CellIsRule | R Documentation |
Conditional formatting rule based on cell contents.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
CellIsRule(
operator = NULL,
formula = list(),
stopIfTrue = NULL,
font = NULL,
border = NULL,
fill = NULL,
...
)
operator |
operator |
formula |
formula as list |
stopIfTrue |
stopIfTrue |
font |
font |
border |
border |
fill |
fill |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
CellIsRule(operator = "equal")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.