pub fn set_col_style( ws: &mut WorksheetXml, col: &str, style_id: u32, ) -> Result<()>
Set the style for an entire column. The style_id is the ID returned by add_style().
style_id
add_style()