diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-06-08 11:11:11 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-06-08 11:11:11 +0800 |
commit | c89d84235238f1e2a37b03551ca6ef652c2f3769 (patch) | |
tree | 6ed520a68e78cca3a4bb9b932a5cdbd4c4cc5499 /xmlWorksheet.go | |
parent | c5dc63295186ad35ece6a2c9c940e84665f9f98f (diff) |
Init auto filter support, relate issue #59.
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r-- | xmlWorksheet.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go index 9d18866..175fc3c 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -14,6 +14,7 @@ type xlsxWorksheet struct { Cols *xlsxCols `xml:"cols,omitempty"` SheetData xlsxSheetData `xml:"sheetData"` SheetProtection *xlsxSheetProtection `xml:"sheetProtection"` + AutoFilter *xlsxAutoFilter `xml:"autoFilter"` MergeCells *xlsxMergeCells `xml:"mergeCells,omitempty"` ConditionalFormatting []*xlsxConditionalFormatting `xml:"conditionalFormatting"` DataValidations *xlsxDataValidations `xml:"dataValidations"` |