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) --- xmlContentTypes.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xmlContentTypes.go') 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"` -- cgit v1.2.1