Fix #413, make pivot cache ID not omit empty

formula
xuri 6 years ago
parent 6233757805
commit d038ca2e9c
No known key found for this signature in database
GPG Key ID: BA5E5BB1C948EDF7

@ -175,7 +175,7 @@ type xlsxPivotCaches struct {
// xlsxPivotCache directly maps the pivotCache element. // xlsxPivotCache directly maps the pivotCache element.
type xlsxPivotCache struct { type xlsxPivotCache struct {
CacheID int `xml:"cacheId,attr,omitempty"` CacheID int `xml:"cacheId,attr"`
RID string `xml:"http://schemas.openxmlformats.org/officeDocument/2006/relationships id,attr,omitempty"` RID string `xml:"http://schemas.openxmlformats.org/officeDocument/2006/relationships id,attr,omitempty"`
} }

Loading…
Cancel
Save