Skip to main content

duplicate_row_to

Function duplicate_row_to 

Source
pub fn duplicate_row_to(
    ws: &mut WorksheetXml,
    row: u32,
    target: u32,
) -> Result<()>
Expand description

Duplicate a row to a specific target row number. Existing rows at and below target are shifted down to make room.