diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-01-17 19:06:42 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-01-17 19:06:42 +0800 |
commit | a99f0227b085d8f417f77864941650ef0e6273e4 (patch) | |
tree | d1b8fd8c323614c9defeaa6c9d10f6f432019e50 /xmlContentTypes.go | |
parent | 53d8c4bb3aca921d7dd0a4ac3233887208513bfb (diff) |
- New function `AddPicture()` added, support to add picture into excel cell;
- go test updated;
- fix typo and `gofmt -s` formatted
Diffstat (limited to 'xmlContentTypes.go')
-rw-r--r-- | xmlContentTypes.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlContentTypes.go b/xmlContentTypes.go index 65e85bc..4e185a0 100644 --- a/xmlContentTypes.go +++ b/xmlContentTypes.go @@ -1,5 +1,3 @@ -// Some code of this file reference tealeg/xlsx. - package excelize import "encoding/xml" |