summaryrefslogtreecommitdiff
path: root/sheet.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-06-27 17:53:06 +0800
committerRi Xu <xuri.me@gmail.com>2017-06-27 17:53:06 +0800
commit555e2ba9a82d6974077681c7ab34ce0fa93d351d (patch)
tree6d1d5ba963d1f2fc1cebebd61833e6b135ae8cc8 /sheet.go
parent35841caaf18b20af9e7b942ca8cbb7441f310382 (diff)
- Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
- Readme and go doc updated
Diffstat (limited to 'sheet.go')
-rw-r--r--sheet.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/sheet.go b/sheet.go
index a951680..24e4d75 100644
--- a/sheet.go
+++ b/sheet.go
@@ -438,8 +438,7 @@ func (f *File) copySheet(from, to int) {
// SetSheetVisible provides function to set worksheet visible by given worksheet
// name. A workbook must contain at least one visible worksheet. If the given
// worksheet has been activated, this setting will be invalidated. Sheet state
-// values as defined by http://msdn.microsoft.com/en-
-// us/library/office/documentformat.openxml.spreadsheet.sheetstatevalues.aspx
+// values as defined by http://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.sheetstatevalues.aspx
//
// visible
// hidden