样式
Alignment 映射单元格对齐样式设置。
type Alignment struct {
Horizontal string
Indent int
JustifyLastLine bool
ReadingOrder uint64
RelativeIndent int
ShrinkToFit bool
TextRotation int
Vertical string
WrapText bool
}
Border 映射单元格边框样式设置。
type Border struct {
Type string
Color string
Style int
}
Font 映射字体样式设置。
type Font struct {
Bold bool
Italic bool
Underline string
Family string
Size float64
Strike bool
Color string
ColorIndexed int
ColorTheme *int
ColorTint float64
VertAlign string
}
Fill 映射单元格样式填充设置。
type Fill struct {
Type string
Pattern int
Color []string
Shading int
}
Protection 映射保护单元格属性设置。
type Protection struct {
Hidden bool
Locked bool
}
Style 映射单元格样式设置。
type Style struct {
Border []Border
Fill Fill
Font *Font
Alignment *Alignment
Protection *Protection
NumFmt int
DecimalPlaces int
CustomNumFmt *string
NegRed bool
}