forked from p30928647/excelize
Fix #413, make pivot cache ID not omit empty
This commit is contained in:
parent
6233757805
commit
d038ca2e9c
|
@ -175,7 +175,7 @@ type xlsxPivotCaches struct {
|
|||
|
||||
// xlsxPivotCache directly maps the pivotCache element.
|
||||
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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue