21
0
Fork 0
xls/format.go

10 lines
96 B
Go

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