索引转列名索引转列名func ColumnNumberToName(num int) (string, error) 将数据类型为整型的索引转换为列名。例如: excelize.ColumnNumberToName(37) // returns "AK", nil