10 lines
96 B
Go
10 lines
96 B
Go
package xls
|
|
|
|
type Format struct {
|
|
Head struct {
|
|
Index uint16
|
|
Size uint16
|
|
}
|
|
str string
|
|
}
|