init
This commit is contained in:
17
st_xf_data.go
Normal file
17
st_xf_data.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package xls
|
||||
|
||||
// type st_xf_data struct {
|
||||
// Font uint16
|
||||
// Format uint16
|
||||
// Type uint16
|
||||
// Align byte
|
||||
// Rotation byte
|
||||
// Ident byte
|
||||
// Usedattr byte
|
||||
// Linestyle uint32
|
||||
// Linecolor uint32
|
||||
// Groundcolor uint16
|
||||
// }
|
||||
|
||||
type st_xf_data interface {
|
||||
}
|
||||
Reference in New Issue
Block a user