pub fn remove_row(ws: &mut WorksheetXml, row: u32) -> Result<()>Expand description
Remove a single row, shifting rows below it upward by one.
pub fn remove_row(ws: &mut WorksheetXml, row: u32) -> Result<()>Remove a single row, shifting rows below it upward by one.