ConditionalFormatting {xlcharts} | R Documentation |
ConditionalFormatting
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.formatting.html
Usage
ConditionalFormatting(
sqref = list(),
pivot = NULL,
cfRule = list(),
extLst = NULL,
...
)
Arguments
sqref |
sqref |
pivot |
pivot |
cfRule |
cfRule |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
ConditionalFormatting()
## End(Not run)
[Package xlcharts version 0.0.2 Index]