20
0
xls/format.go

10 lines
96 B
Go
Raw Normal View History

2015-03-19 17:39:41 +08:00
package xls
type Format struct {
2015-03-25 14:47:26 +08:00
Head struct {
Index uint16
Size uint16
}
2015-03-19 17:39:41 +08:00
str string
}