ConditionalFormatting {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.formatting.html
ConditionalFormatting(
sqref = list(),
pivot = NULL,
cfRule = list(),
extLst = NULL,
...
)
sqref |
sqref |
pivot |
pivot |
cfRule |
cfRule |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
ConditionalFormatting()
## End(Not run)