From a99f0227b085d8f417f77864941650ef0e6273e4 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Tue, 17 Jan 2017 19:06:42 +0800 Subject: - New function `AddPicture()` added, support to add picture into excel cell; - go test updated; - fix typo and `gofmt -s` formatted --- xmlSharedStrings.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'xmlSharedStrings.go') diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go index 059ed60..03d1ed4 100644 --- a/xmlSharedStrings.go +++ b/xmlSharedStrings.go @@ -1,5 +1,3 @@ -// Some code of this file reference tealeg/xlsx. - package excelize import "encoding/xml" -- cgit v1.2.1