pub fn set_default_col_width(ws: &mut WorksheetXml, width: f64) -> Result<()>Expand description
Set the default column width for a sheet.
Returns an error if the width exceeds MAX_COLUMN_WIDTH (255).
pub fn set_default_col_width(ws: &mut WorksheetXml, width: f64) -> Result<()>Set the default column width for a sheet.
Returns an error if the width exceeds MAX_COLUMN_WIDTH (255).