提交 787495c5 编写于 作者: L lichaofei 提交者: GitHub

Update lib.go

上级 1169042f
......@@ -70,10 +70,11 @@ func ToAlphaString(value int) string {
}
// TitleToNumber provides function to convert Excel sheet column title to int
// (this function doesn't do value check currently). For example convert AK to
// (this function doesn't do value check currently). For example convert AK(ak、Ak) to
// column title 36:
//
// excelize.TitleToNumber("AK")
// excelize.TitleToNumber("ak")
//
func TitleToNumber(s string) int {
weight := 0.0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册