partly support time cell
This commit is contained in:
12
xf.go
12
xf.go
@@ -11,6 +11,10 @@ type Xf5 struct {
|
||||
Linestyle uint16
|
||||
}
|
||||
|
||||
func (x *Xf5) formatNo() uint16 {
|
||||
return x.Format
|
||||
}
|
||||
|
||||
type Xf8 struct {
|
||||
Font uint16
|
||||
Format uint16
|
||||
@@ -23,3 +27,11 @@ type Xf8 struct {
|
||||
Linecolor uint32
|
||||
Groundcolor uint16
|
||||
}
|
||||
|
||||
func (x *Xf8) formatNo() uint16 {
|
||||
return x.Format
|
||||
}
|
||||
|
||||
type st_xf_data interface {
|
||||
formatNo() uint16
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user