pub fn get_col_width(ws: &WorksheetXml, col: &str) -> Option<f64>Expand description
Get the width of a column. Returns None when there is no explicit width
defined for the column.
pub fn get_col_width(ws: &WorksheetXml, col: &str) -> Option<f64>Get the width of a column. Returns None when there is no explicit width
defined for the column.