pub fn remove_col(ws: &mut WorksheetXml, col: &str) -> Result<()>Expand description
Remove a single column, shifting columns to its right leftward by one.
pub fn remove_col(ws: &mut WorksheetXml, col: &str) -> Result<()>Remove a single column, shifting columns to its right leftward by one.