summaryrefslogtreecommitdiff
path: root/xmlStyles.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlStyles.go')
-rw-r--r--xmlStyles.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlStyles.go b/xmlStyles.go
index e8aaef6..43bf945 100644
--- a/xmlStyles.go
+++ b/xmlStyles.go
@@ -211,7 +211,7 @@ type xlsxXf struct {
NumFmtID int `xml:"numFmtId,attr"`
PivotButton bool `xml:"pivotButton,attr,omitempty"`
QuotePrefix bool `xml:"quotePrefix,attr,omitempty"`
- XfID *int `xml:"xfId,attr,omitempty"`
+ XfID *int `xml:"xfId,attr"`
Alignment *xlsxAlignment `xml:"alignment"`
Protection *xlsxProtection `xml:"protection"`
}