set_col_style

Function set_col_style 

Source
pub fn set_col_style(
    ws: &mut WorksheetXml,
    col: &str,
    style_id: u32,
) -> Result<()>
Expand description

Set the style for an entire column. The style_id is the ID returned by add_style().