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

25
xf.go Normal file
View File

@@ -0,0 +1,25 @@
package xls
type Xf5 struct {
Font uint16
Format uint16
Type uint16
Align uint16
Color uint16
Fill uint16
Border uint16
Linestyle uint16
}
type Xf8 struct {
Font uint16
Format uint16
Type uint16
Align byte
Rotation byte
Ident byte
Usedattr byte
Linestyle uint32
Linecolor uint32
Groundcolor uint16
}