summaryrefslogtreecommitdiff
path: root/excelize.go
Commit message (Expand)AuthorAge
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
* Add setter for default cell valueSharsie2017-01-11
* - Performance improvement, remove `replaceRelationshipsID` and `workBookCompa...Ri Xu2016-12-31
* - Fix issue: sheet protection and conditional formatting proprietary missing ...Ri Xu2016-12-26
* Change complete rows logic to fix call `SetCellValue`makes file corruption in...Ri Xu2016-12-23
* - Update maximum 31 characters allowed in sheet title;Ri Xu2016-12-23
* Fix hyperlink missing after save issue and update completion row element logi...Ri Xu2016-12-20
* BugFix: `SetCellValue` function assertion logic will cause panic in some case.Ri Xu2016-11-24
* Update godoc of package.Ri Xu2016-10-19
* Use conjunction with strings.Map to split Axis and update godoc.Ri Xu2016-09-12
* New function SetCellValue added and update godoc example.Ri Xu2016-09-09
* Fix missing show grid lines property and godoc updated.Ri Xu2016-09-07
* Move execute checkRow logic when XLSX file open, speed up library write file.Ri Xu2016-09-07
* Open file error return added and UpdateLinkedValue function added to fix link...Ri Xu2016-09-06
* Fix issue #2 change project to object-oriented style and update readme file.Ri Xu2016-09-05
* Fix issue #4 use builtin `map` instead of home-built.Ri Xu2016-09-05
* xml marshal without indent and use buffer in string concatenation.Ri Xu2016-09-04
* Fix checkRow() out of rangeRi Xu2016-09-02
* Format code with golint rulesRi Xu2016-09-02
* - Get cell value supportRi Xu2016-08-30
* Init commit.Ri Xu2016-08-30