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