summaryrefslogtreecommitdiff
path: root/shape.go
Commit message (Expand)AuthorAge
* This closes #861, support concurrency get cell picture and remove unused inte...xuri2021-07-04
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* Fix #706, #713 improve AddPicture performance, fix missing worksheet when ren...xuri2020-10-18
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* Update docs and typo fixedxuri2020-06-22
* Resolve #470, export Style structs to allow create the style for cells by giv...xuri2020-03-10
* Improve code coverage unit testsxuri2019-12-29
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
* Improve compatibility for chartsxuri2019-09-26
* Combine functions:xuri2019-09-16
* Update the Godocxuri2019-08-21
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* Add the ability to change the default fontHarris2019-05-23
* Add a check for maximum limit hyperlinks in a worksheetxuri2019-04-21
* godoc update and typo fixedxuri2019-04-20
* Resolve #369,#370xuri2019-04-15
* refactor: handler error instead of panic,xuri2019-03-23
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* Resolve #274, performance optimization for add images, charts and shapesxuri2019-02-25
* README updatedxuri2019-01-01
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* Fixes #256 and format document.xuri2018-08-06
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* save bytes on memory instead of stringLunny Xiao2018-05-07
* - Support to set the positioning of a picture, relate issue #214;Ri Xu2018-04-26
* Fix typo and adding Chinese version document.Ri Xu2018-04-23
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Support insert new lines into shape, relate issue #38, note that the format...Ri Xu2017-06-19
* Fix non-visual canvas properties ID calculator.Ri Xu2017-05-25
* Code optimize.Ri Xu2017-05-24
* Support set font style of shape text. Relate issue #38.Ri Xu2017-05-16
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30