导出表格,升级依赖

This commit is contained in:
xiangheng
2024-02-20 19:33:51 +08:00
parent 65f1f09b70
commit ef9199c2cb
26 changed files with 302 additions and 241 deletions

View File

@@ -66,3 +66,11 @@ func TestImports(t *testing.T) {
fmt.Println(t)
}
}
func TestGetExcelColumnName(t *testing.T) {
for i := 0; i < 100; i++ {
var col = GetExcelColumnName(i)
fmt.Println("col:", col)
}
}