xls/format.go
2015-03-25 14:47:26 +08:00

10 lines
96 B
Go

package xls
type Format struct {
Head struct {
Index uint16
Size uint16
}
str string
}