Skip to main content

get_conditional_formats

Function get_conditional_formats 

Source
pub fn get_conditional_formats(
    ws: &WorksheetXml,
    stylesheet: &StyleSheet,
) -> Vec<(String, Vec<ConditionalFormatRule>)>
Expand description

Get all conditional formatting rules from a worksheet.

Returns a list of (sqref, rules) pairs.