summaryrefslogtreecommitdiff
path: root/sheet.go
diff options
context:
space:
mode:
Diffstat (limited to 'sheet.go')
-rw-r--r--sheet.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/sheet.go b/sheet.go
index a3df037..b5b410c 100644
--- a/sheet.go
+++ b/sheet.go
@@ -8,9 +8,9 @@ import (
"strings"
)
-// NewSheet provice function to greate a new sheet by given index, when creating
-// a new XLSX file, the default sheet will be create, when you create a new
-// file, you need to ensure that the index is continuous.
+// NewSheet provides function to create a new sheet by given index, when
+// creating a new XLSX file, the default sheet will be create, when you create a
+// new file, you need to ensure that the index is continuous.
func (f *File) NewSheet(index int, name string) {
// Update docProps/app.xml
f.setAppXML()