diff options
author | Ri Xu <xuri.me@gmail.com> | 2016-12-22 10:10:40 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2016-12-22 10:10:40 +0800 |
commit | a08c8eb1aecea4a7d82fc70eb2aa4f886a6ed632 (patch) | |
tree | 8666354894f05dd28329dc52a7d8ccee1dcd0db4 /xmlContentTypes.go | |
parent | ddeed48fc19e814e1ec2c04580108f7b865cf181 (diff) |
- Fix issue comments missing after save;
- Update import PKG syntax in struct;
- Update test XLSX file (include table, charts, functions, comments and hyperlink on Sheet1)
Diffstat (limited to 'xmlContentTypes.go')
-rw-r--r-- | xmlContentTypes.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlContentTypes.go b/xmlContentTypes.go index b56c125..65e85bc 100644 --- a/xmlContentTypes.go +++ b/xmlContentTypes.go @@ -2,9 +2,7 @@ package excelize -import ( - "encoding/xml" -) +import "encoding/xml" type xlsxTypes struct { XMLName xml.Name `xml:"http://schemas.openxmlformats.org/package/2006/content-types Types"` |