pub fn get_col_style(ws: &WorksheetXml, col: &str) -> Result<u32>Expand description
Get the style ID for a column. Returns 0 (default) if the column has no explicit style set.
pub fn get_col_style(ws: &WorksheetXml, col: &str) -> Result<u32>Get the style ID for a column. Returns 0 (default) if the column has no explicit style set.