pub fn duplicate_row(ws: &mut WorksheetXml, row: u32) -> Result<()>Expand description
Duplicate a row, inserting the copy directly below the source row.
pub fn duplicate_row(ws: &mut WorksheetXml, row: u32) -> Result<()>Duplicate a row, inserting the copy directly below the source row.