浏览代码

Update lib.go

lichaofei 8 年之前
父节点
当前提交
787495c503
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib.go

+ 2 - 1
lib.go

@@ -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