powered by
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, ... )
An openpyxl Python object.
operator
formula as list
stopIfTrue
font
border
fill
Additional arguments, i.e. kwargs.
if (FALSE) { CellIsRule(operator = "equal") }
Run the code above in your browser using DataLab