Files
xls/format.go
Liu Ming fbfa8b5d0d init
2015-03-19 17:39:41 +08:00

12 lines
115 B
Go

package xls
type FormatB struct {
Index uint16
Size uint16
}
type Format struct {
b *FormatB
str string
}