summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-10-20 14:40:57 +0800
committerRi Xu <xuri.me@gmail.com>2017-10-20 14:40:57 +0800
commitebafbdde73e3e0498e547a2bd862552d9e304701 (patch)
treec4727ab10fefb4030fb7e9727db9b7c96ce54fd3 /col.go
parent8077732dff19367a83a222e098d801e21a7c9b56 (diff)
Bugfix: use sheet name in func `AddChat`, relate issue #138
Signed-off-by: Ri Xu <xuri.me@gmail.com>
Diffstat (limited to 'col.go')
-rw-r--r--col.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/col.go b/col.go
index cc064c4..da2a004 100644
--- a/col.go
+++ b/col.go
@@ -75,7 +75,6 @@ func (f *File) SetColVisible(sheet, column string, visible bool) {
// err := xlsx.Save()
// if err != nil {
// fmt.Println(err)
-// os.Exit(1)
// }
//
func (f *File) SetColWidth(sheet, startcol, endcol string, width float64) {