diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-01-22 19:20:33 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-01-22 19:20:33 +0800 |
commit | 81146218c72c02af181e053187ac2b8561f61e02 (patch) | |
tree | 9c06d4d1ea918f0e1c3a2d1e41c6bfb3eb70ef38 /sheet.go | |
parent | 03234d6a254ea9fca674bf11564e88a5bd4d054f (diff) |
Update README, godoc and fix typo.
Diffstat (limited to 'sheet.go')
-rw-r--r-- | sheet.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() |