fix part of issue #25

This commit is contained in:
Liu Ming
2017-07-26 09:39:26 +08:00
parent 7ea8f41efa
commit 63a567624a
2 changed files with 1 additions and 2 deletions

1
col.go
View File

@@ -55,7 +55,6 @@ func (xf *XfRk) String(wb *WorkBook) string {
if !isFloat {
f = float64(i)
}
fmt.Println(formatter.str, "======")
t := timeFromExcelTime(f, wb.dateMode == 1)
return yymmdd.Format(t, formatter.str)
}