summaryrefslogtreecommitdiff
path: root/xmlTable.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlTable.go')
-rw-r--r--xmlTable.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlTable.go b/xmlTable.go
index ca4ce03..017bda1 100644
--- a/xmlTable.go
+++ b/xmlTable.go
@@ -44,6 +44,7 @@ type xlsxTable struct {
// applied column by column to a table of data in the worksheet. This collection
// expresses AutoFilter settings.
type xlsxAutoFilter struct {
+ XMLName xml.Name `xml:"autoFilter"`
Ref string `xml:"ref,attr"`
FilterColumn *xlsxFilterColumn `xml:"filterColumn"`
}