pub fn icon_set_icons(name: &str) -> Option<Vec<(Icon, Color)>>Expand description
Returns the ordered (Icon, color) pairs for a named Excel icon-set preset,
ordered from lowest to highest value bucket.
name is the XLSX iconSetType attribute value (e.g. "3TrafficLights2").
Returns None for unknown names.