21
0
Fork 0
xls/st_xf_data.go

18 lines
299 B
Go

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 {
}