summaryrefslogtreecommitdiff
path: root/xmlPivotTable.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlPivotTable.go')
-rw-r--r--xmlPivotTable.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlPivotTable.go b/xmlPivotTable.go
index 82bbf27..2eff026 100644
--- a/xmlPivotTable.go
+++ b/xmlPivotTable.go
@@ -251,9 +251,9 @@ type xlsxPageFields struct {
type xlsxPageField struct {
Fld int `xml:"fld,attr"`
Item int `xml:"item,attr,omitempty"`
- Hier int `xml:"hier,attr"`
- Name string `xml:"name,attr"`
- Cap string `xml:"cap,attr"`
+ Hier int `xml:"hier,attr,omitempty"`
+ Name string `xml:"name,attr,omitempty"`
+ Cap string `xml:"cap,attr,omitempty"`
ExtLst *xlsxExtLst `xml:"extLst"`
}