summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
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) {