partly support time cell

This commit is contained in:
Liu Ming
2015-03-25 14:47:26 +08:00
parent 7345247a91
commit dff67234df
7 changed files with 151 additions and 56 deletions

View File

@@ -1,11 +1,9 @@
package xls
type FormatB struct {
Index uint16
Size uint16
}
type Format struct {
b *FormatB
Head struct {
Index uint16
Size uint16
}
str string
}