index
:
anyxcelize
getRowInterface
A fork of excelize to be able to write non-strings.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xmlDecodeDrawing.go
Commit message (
Collapse
)
Author
Age
*
Update docs and typo fixed
xuri
2020-06-22
|
*
Improve code coverage unit tests
xuri
2019-12-29
|
*
Documentation updated, Go 1.10+ required
xuri
2019-08-11
|
*
Fix #424, refactor merged cells adjuster
xuri
2019-06-12
|
*
README updated
xuri
2019-01-01
|
*
Comments style changed.
xuri
2018-09-14
|
*
Comments style changed.
xuri
2018-09-14
|
*
Comments style changed.
xuri
2018-09-14
|
*
Fix golint errors under confidence 0.1
xuri
2018-09-12
|
*
- Fix missing relationships in drawing content type shall, relate issue #58;
Ri Xu
2017-06-03
|
|
|
|
- Add a donation link, related issue #57 ^_^
*
- Get an images in a cell supported, new function `GetPicture` added;
Ri Xu
2017-03-28
|
|
|
|
- go test updated
*
Fix missing `oneCellAnchor` element after add picture in some cases.
Ri Xu
2017-03-01
|
*
Format commants, break comments after 80 characters.
Ri Xu
2017-01-18
|
*
- New function `AddPicture()` added, support to add picture into excel cell;
Ri Xu
2017-01-17
- go test updated; - fix typo and `gofmt -s` formatted