summaryrefslogtreecommitdiff
path: root/sheet.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-02-07 00:25:01 +0800
committerxuri <xuri.me@gmail.com>2020-02-07 00:53:38 +0800
commite51aff2d9562bbfb290ef76a948facb6d4660eff (patch)
tree9555d9a40aca0ca5998d5183544c40945391082e /sheet.go
parenta691c1048d2575d70ce97d2da80c2c40a2c37fb2 (diff)
Resolve #570, flat columns for the column's operation
Diffstat (limited to 'sheet.go')
-rw-r--r--sheet.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sheet.go b/sheet.go
index 19b90c6..a6ff2a1 100644
--- a/sheet.go
+++ b/sheet.go
@@ -287,8 +287,8 @@ func (f *File) GetActiveSheetIndex() int {
return 0
}
-// SetSheetName provides a function to set the worksheet name be given old and
-// new worksheet name. Maximum 31 characters are allowed in sheet title and
+// SetSheetName provides a function to set the worksheet name by given old and
+// new worksheet names. Maximum 31 characters are allowed in sheet title and
// this function only changes the name of the sheet and will not update the
// sheet name in the formula or reference associated with the cell. So there
// may be problem formula error or reference missing.