From ebafbdde73e3e0498e547a2bd862552d9e304701 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Fri, 20 Oct 2017 14:40:57 +0800 Subject: Bugfix: use sheet name in func `AddChat`, relate issue #138 Signed-off-by: Ri Xu --- col.go | 1 - 1 file changed, 1 deletion(-) (limited to 'col.go') 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) { -- cgit v1.2.1