pub fn get_row_height(ws: &WorksheetXml, row: u32) -> Option<f64>Expand description
Get the height of a row. Returns None if the row does not exist or has
no explicit height set.
pub fn get_row_height(ws: &WorksheetXml, row: u32) -> Option<f64>Get the height of a row. Returns None if the row does not exist or has
no explicit height set.