Skip to main content

set_col_width

Function set_col_width 

Source
pub fn set_col_width(ws: &mut WorksheetXml, col: &str, width: f64) -> Result<()>
Expand description

Set the width of a column. Creates the Cols container and/or a Col entry if they do not yet exist.

Valid range: 0.0 ..= 255.0.