package
0.0.0-20240628155045-40042bd00b68
Repository: https://github.com/shengbox/go-util.git
Documentation: pkg.go.dev

# Functions

Excel一行的数组格式数据中获取某一单元格的值, col格式为 AA, AB, AC, ...等.
Excel表格头中的英文字母转索引,例如 A -> 0, B -> 1, Z -> 25, AA -> 26, AB -> 27.