CellIsRule {xlcharts} | R Documentation |
CellIsRule
Description
Conditional formatting rule based on cell contents.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
Usage
CellIsRule(
operator = NULL,
formula = list(),
stopIfTrue = NULL,
font = NULL,
border = NULL,
fill = NULL,
...
)
Arguments
operator |
operator |
formula |
formula as list |
stopIfTrue |
stopIfTrue |
font |
font |
border |
border |
fill |
fill |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
CellIsRule(operator = "equal")
## End(Not run)
[Package xlcharts version 0.0.2 Index]