add one example

This commit is contained in:
Liu Ming
2015-09-30 11:17:25 +08:00
parent e7a933588c
commit 56699cbc55
7 changed files with 97 additions and 19 deletions

2
col.go
View File

@@ -46,7 +46,7 @@ func (xf *XfRk) String(wb *WorkBook) string {
switch wb.Xfs[21].formatNo() {
case 27:
if f, e := xf.Rk.Float(); e == nil {
t := TimeFromExcelTime(f, true)
t := timeFromExcelTime(f, true)
return t.Format("2006.01") //TODO it should be international
}
}