summaryrefslogtreecommitdiff
path: root/sheet.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-02-19 00:08:10 +0800
committerxuri <xuri.me@gmail.com>2020-02-19 00:08:10 +0800
commitad883caa0f77dfc016ae99bd5fbb606953eb99a0 (patch)
tree80ae13025410f25253e4dcc5ece03ac6f3f90134 /sheet.go
parent52f1eee7c487a086756bda857bb6390f8b4a0ffe (diff)
Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize/commit/5ca7231ed408ac264f509ff52b5d28ff4fbda757
Diffstat (limited to 'sheet.go')
-rw-r--r--sheet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheet.go b/sheet.go
index a6ff2a1..48671c0 100644
--- a/sheet.go
+++ b/sheet.go
@@ -344,7 +344,7 @@ func (f *File) GetSheetIndex(name string) int {
// return
// }
// for index, name := range f.GetSheetMap() {
-// println(index, name)
+// fmt.Println(index, name)
// }
//
func (f *File) GetSheetMap() map[int]string {