例如,按列获取并遍历输出名为 Sheet1 的工作表上的所有单元格的值: cols, err := f.GetCols("Sheet1")if err != nil {}for _, col := range cols { } fmt.Println()