summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-09-24 21:53:19 +0800
committerxuri <xuri.me@gmail.com>2019-09-24 21:53:19 +0800
commita34d3b8c86d67d3ad0bc0dbedb69d3b4ebbc210f (patch)
treeb281ae447cdf2f9355cde1d04098db664882a759 /xmlWorksheet.go
parent75d66a03f33f25c29167c5f75ee8a4cc58598420 (diff)
Compatibility improvement
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r--xmlWorksheet.go10
1 files changed, 3 insertions, 7 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index 7e8cfde..fa07974 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -629,13 +629,9 @@ type xlsxLegacyDrawing struct {
// xlsxWorksheetExt directly maps the ext element in the worksheet.
type xlsxWorksheetExt struct {
- XMLName xml.Name `xml:"ext"`
- XMLNSX14 string `xml:"xmlns:x14,attr,omitempty"`
- XMLNSX15 string `xml:"xmlns:x15,attr,omitempty"`
- X14 string `xml:"x14,attr,omitempty"`
- X15 string `xml:"x15,attr,omitempty"`
- URI string `xml:"uri,attr"`
- Content string `xml:",innerxml"`
+ XMLName xml.Name `xml:"ext"`
+ URI string `xml:"uri,attr"`
+ Content string `xml:",innerxml"`
}
// decodeWorksheetExt directly maps the ext element.