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
/
xmlDrawing.go
Commit message (
Expand
)
Author
Age
*
- Support insert new lines into shape, relate issue #38, note that the format...
Ri Xu
2017-06-19
*
- Fix missing relationships in drawing content type shall, relate issue #58;
Ri Xu
2017-06-03
*
Support set font style of shape text. Relate issue #38.
Ri Xu
2017-05-16
*
Initialize comments support & go test updated.
Ri Xu
2017-05-13
*
- Initialize shape support: new function `AddShape()` added. Relate issue #38;
Ri Xu
2017-04-30
*
- Initialize table support;
Ri Xu
2017-04-28
*
- Initialize char support, relate issue #31;
Ri Xu
2017-04-23
*
- Get an images in a cell supported, new function `GetPicture` added;
Ri Xu
2017-03-28
*
Leading space(s) character in cell value detection added. Related issue #32.
Ri Xu
2017-03-28
*
- Complete the element `sheetFormatPr` struct definition;
Ri Xu
2017-03-10
*
- New feature: border setting support (Related issue #21);
Ri Xu
2017-03-06
*
Fix missing `oneCellAnchor` element after add picture in some cases.
Ri Xu
2017-03-01
*
Change function `AddPicture()` parameters to add add printing settings suppor...
Ri Xu
2017-02-28
*
Support add picture with offset and scaling.
Ri Xu
2017-01-22
*
- Add hyperlink and set formula support for cell support;
Ri Xu
2017-01-19
*
Format commants, break comments after 80 characters.
Ri Xu
2017-01-18
*
- New function `SetSheetName` and `SetColWidth` added, support rename sheet a...
Ri Xu
2017-01-18
*
- New function `AddPicture()` added, support to add picture into excel cell;
Ri Xu
2017-01-17