summaryrefslogtreecommitdiff
path: root/sheet.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2018-03-06 10:36:12 +0800
committerRi Xu <xuri.me@gmail.com>2018-03-06 10:36:12 +0800
commit06e54bf1c6658f7c78b43c5d1d37b0cc8e2d9e64 (patch)
tree165924c095144aac1de1ab5688d34c3a7a82f632 /sheet.go
parent45c31c4764a78b8b0e04293ae82c097627ed7e73 (diff)
Readme and godoc has been updated.
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 41ea87b..ae79acb 100644
--- a/sheet.go
+++ b/sheet.go
@@ -312,7 +312,7 @@ func (f *File) GetSheetIndex(name string) int {
// GetSheetMap provides function to get worksheet name and index map of XLSX.
// For example:
//
-// xlsx, err := excelize.OpenFile("./Workbook.xlsx")
+// xlsx, err := excelize.OpenFile("./Book1.xlsx")
// if err != nil {
// return
// }