support type 0x0204

This commit is contained in:
Liu Ming
2016-05-28 10:39:46 +08:00
parent 990d2cc41f
commit 06ae67f1d1
5 changed files with 75 additions and 31 deletions

9
col.go
View File

@@ -183,6 +183,15 @@ func (c *LabelsstCol) String(wb *WorkBook) []string {
return []string{wb.sst[int(c.Sst)]}
}
type labelCol struct {
BlankCol
Str string
}
func (c *labelCol) String(wb *WorkBook) []string {
return []string{c.Str}
}
type BlankCol struct {
Col
Xf uint16