From 5cf3725f026d2a1dbf3208d575ade996cfd7e7ec Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Mon, 7 Aug 2017 10:42:10 +0800 Subject: Add missing element `xfId` of the styles to fix issue #93. --- xmlStyles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlStyles.go') 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"` } -- cgit v1.2.1