pub fn append_cf_expression_rule(
sheet: &mut Worksheet,
sqref: &str,
expression: &str,
dxf_style: Style,
) -> i32Expand description
Append an expression conditional formatting rule for sqref.
Returns the priority assigned to the new rule.