Skip to main content

insert_cols

Function insert_cols 

Source
pub fn insert_cols(ws: &mut WorksheetXml, col: &str, count: u32) -> Result<()>
Expand description

Insert count columns starting at col, shifting existing columns at and to the right of col further right.

Cell references are updated: e.g. when inserting 2 columns at “B”, a cell “C3” becomes “E3”.