pub fn set_row_visible( ws: &mut WorksheetXml, row: u32, visible: bool, ) -> Result<()>
Set the visibility of a row. Creates the row if it does not exist.