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 /xmlSharedStrings.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 'xmlSharedStrings.go')
-rw-r--r-- | xmlSharedStrings.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go index 467f19c..059ed60 100644 --- a/xmlSharedStrings.go +++ b/xmlSharedStrings.go @@ -2,9 +2,7 @@ package excelize -import ( - "encoding/xml" -) +import "encoding/xml" // xlsxSST directly maps the sst element from the namespace // http://schemas.openxmlformats.org/spreadsheetml/2006/main currently |