get_col_visible

Function get_col_visible 

Source
pub fn get_col_visible(ws: &WorksheetXml, col: &str) -> Result<bool>
Expand description

Get the visibility of a column. Returns true if visible (not hidden).

Columns are visible by default, so this returns true if no Col entry exists or if it has no hidden attribute set.