0 Star 1 Fork 0

有点心急 / gotls

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.go 294 Bytes
一键复制 编辑 原始数据 按行查看 历史
有点心急 提交于 2024-05-04 01:31 . 24.05.04
package excelT
import "github.com/xuri/excelize/v2"
// 获取索引
func GetCellIndex(row, col int) string {
index, _ := excelize.CoordinatesToCellName(col, row)
return index
}
// 获取列索引
func GetColIndex(num int) string {
col, _ := excelize.ColumnNumberToName(num)
return col
}
Go
1
https://gitee.com/ydxj/gotls.git
git@gitee.com:ydxj/gotls.git
ydxj
gotls
gotls
v0.0.6

搜索帮助