summaryrefslogtreecommitdiff
path: root/xmlDecodeDrawing.go
Commit message (Collapse)AuthorAge
* - Fix missing relationships in drawing content type shall, relate issue #58;Ri Xu2017-06-03
| | | | - Add a donation link, related issue #57 ^_^
* - Get an images in a cell supported, new function `GetPicture` added;Ri Xu2017-03-28
| | | | - go test updated
* Fix missing `oneCellAnchor` element after add picture in some cases.Ri Xu2017-03-01
|
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
|
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
- go test updated; - fix typo and `gofmt -s` formatted