Skip to main content

set_default_col_width

Function set_default_col_width 

Source
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).