summaryrefslogtreecommitdiff
path: root/xmlWorkbook.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2016-12-22 10:10:40 +0800
committerRi Xu <xuri.me@gmail.com>2016-12-22 10:10:40 +0800
commita08c8eb1aecea4a7d82fc70eb2aa4f886a6ed632 (patch)
tree8666354894f05dd28329dc52a7d8ccee1dcd0db4 /xmlWorkbook.go
parentddeed48fc19e814e1ec2c04580108f7b865cf181 (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 'xmlWorkbook.go')
-rw-r--r--xmlWorkbook.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlWorkbook.go b/xmlWorkbook.go
index a82052f..1f355c7 100644
--- a/xmlWorkbook.go
+++ b/xmlWorkbook.go
@@ -2,9 +2,7 @@
package excelize
-import (
- "encoding/xml"
-)
+import "encoding/xml"
const (
// sheet state values as defined by