pub fn append_cf_cellis_rule(
sheet: &mut Worksheet,
sqref: &str,
operator: ConditionalFormattingOperatorValues,
formula_value: &str,
dxf_style: Style,
) -> i32Expand description
Append a cellIs conditional formatting rule for sqref.
Returns the priority assigned to the new rule.