diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-06-27 17:53:06 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-06-27 17:53:06 +0800 |
commit | 555e2ba9a82d6974077681c7ab34ce0fa93d351d (patch) | |
tree | 6d1d5ba963d1f2fc1cebebd61833e6b135ae8cc8 /sheet.go | |
parent | 35841caaf18b20af9e7b942ca8cbb7441f310382 (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.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |