21
0
Fork 0
xls/format.go

10 lines
96 B
Go
Raw Permalink Normal View History

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