21
0
xls/format.go

12 lines
115 B
Go
Raw Normal View History

2015-03-19 10:39:41 +01:00
package xls
type FormatB struct {
Index uint16
Size uint16
}
type Format struct {
b *FormatB
str string
}