From a08c8eb1aecea4a7d82fc70eb2aa4f886a6ed632 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Thu, 22 Dec 2016 10:10:40 +0800 Subject: - 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) --- xmlSharedStrings.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xmlSharedStrings.go') 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 -- cgit v1.2.1