pub fn add_style(stylesheet: &mut StyleSheet, style: &Style) -> Result<u32>Expand description
Convert a high-level Style to XML components and register in the stylesheet.
Returns the style ID (index into cellXfs).
pub fn add_style(stylesheet: &mut StyleSheet, style: &Style) -> Result<u32>Convert a high-level Style to XML components and register in the stylesheet.
Returns the style ID (index into cellXfs).