|
@@ -120,9 +120,9 @@ type xlsxFill struct {
|
|
|
// For cell fills with patterns specified, then the cell fill color is
|
|
// For cell fills with patterns specified, then the cell fill color is
|
|
|
// specified by the bgColor element.
|
|
// specified by the bgColor element.
|
|
|
type xlsxPatternFill struct {
|
|
type xlsxPatternFill struct {
|
|
|
- PatternType string `xml:"patternType,attr,omitempty"`
|
|
|
|
|
- FgColor xlsxColor `xml:"fgColor,omitempty"`
|
|
|
|
|
- BgColor xlsxColor `xml:"bgColor,omitempty"`
|
|
|
|
|
|
|
+ PatternType string `xml:"patternType,attr,omitempty"`
|
|
|
|
|
+ FgColor *xlsxColor `xml:"fgColor"`
|
|
|
|
|
+ BgColor *xlsxColor `xml:"bgColor"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// xlsxGradientFill defines a gradient-style cell fill. Gradient cell fills can
|
|
// xlsxGradientFill defines a gradient-style cell fill. Gradient cell fills can
|