summaryrefslogtreecommitdiff
path: root/rows.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 /rows.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 'rows.go')
-rw-r--r--rows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/rows.go b/rows.go
index 6e9aaaa..56ac734 100644
--- a/rows.go
+++ b/rows.go
@@ -107,7 +107,6 @@ func (f *File) getTotalRowsCols(name string) (int, int) {
// err := xlsx.Save()
// if err != nil {
// fmt.Println(err)
-// os.Exit(1)
// }
//
func (f *File) SetRowHeight(sheet string, rowIndex int, height float64) {