pub fn duplicate_row_to( ws: &mut WorksheetXml, row: u32, target: u32, ) -> Result<()>
Duplicate a row to a specific target row number. Existing rows at and below target are shifted down to make room.
target