pub fn set_conditional_format(
ws: &mut WorksheetXml,
stylesheet: &mut StyleSheet,
sqref: &str,
rules: &[ConditionalFormatRule],
) -> Result<()>Expand description
Set conditional formatting rules on a cell range. Each call adds a new
conditionalFormatting element with one or more cfRule children.