summaryrefslogtreecommitdiff
path: root/sheet.go
diff options
context:
space:
mode:
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 {