This commit is contained in:
Liu Ming
2015-03-19 17:39:41 +08:00
commit fbfa8b5d0d
12 changed files with 656 additions and 0 deletions

11
format.go Normal file
View File

@@ -0,0 +1,11 @@
package xls
type FormatB struct {
Index uint16
Size uint16
}
type Format struct {
b *FormatB
str string
}