插入列插入列func (f *File) InsertCol(sheet, column string) error根据给定的工作表名称(大小写敏感)和列名称,在指定列前插入空白列。例如,在名为 Sheet1 的工作表的 C 列前插入空白列: err := f.InsertCol("Sheet1", "C")