summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Expand)AuthorAge
* Do not save duplicate imagesMichael2019-03-25
* refactor: handler error instead of panic,xuri2019-03-23
* Typo fixed and godoc updatedxuri2019-03-20
* update README and functions docs (#351)Kimxu2019-03-07
* Implement consistent row addressing by Excel row number starting with 1 (#350)Veniamin Albaev2019-03-06
* Update readmexuri2019-01-29
* Resolve #329, add copyright agreement statement on README and LICENSExuri2019-01-05
* README updatedxuri2019-01-01
* Add license scan report and statusfossabot2018-12-30
* Add new logo for excelizexuri2018-12-05
* GoDoc updated.xuri2018-07-13
* - Initialize shared formula types support, relate issue #227;xuri2018-05-26
* Simplify testing code, add test case for outline functions and update the godoc.xuri2018-05-11
* Use format string for chart dimension.Eugene Dzhurinsky2018-05-09
* Custom chart size.Eugene Dzhurinsky2018-05-08
* - 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
* Readme and godoc has been updated.Ri Xu2018-03-06
* Update godoc to make charts compatibility with WPS, relate issue #187.Ri Xu2018-02-12
* Revert "The godoc and readme page has been updated."Ri Xu2018-01-28
* The godoc and readme page has been updated.Ri Xu2018-01-26
* Rename import path to github.com/360EntSecGroup-Skylar/excelizeJinzhu2017-11-16
* Improve code readability.Ri Xu2017-09-30
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* - Conditional format with formula support, relate issue #75;Ri Xu2017-08-18
* - Add number format code with unicode values, relate issue #86;Ri Xu2017-07-26
* - Init insert/remove column/row support. Relate issue #77 and #82;Ri Xu2017-07-24
* - Fix missing element in worksheet, workbook and styles. Related issue #81;Ri Xu2017-07-15
* Repo URI changed.Ri Xu2017-07-11
* Update image in readme and fix typo.Ri Xu2017-07-06
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins...Ri Xu2017-06-28
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Fix missing relationships in drawing content type shall, relate issue #58;Ri Xu2017-06-03
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
* - Initialize table support;Ri Xu2017-04-28
* - Update doc of function `AddChart()`;Ri Xu2017-04-23
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
* - Fix SheetCount count error;Ri Xu2017-04-01
* Change function `AddPicture()` parameters to add add printing settings suppor...Ri Xu2017-02-28
* - Improved performance when reading large files, call Token to read tokens on...Ri Xu2017-02-12
* Fix issue #17, update README and fix typo.Ri Xu2017-01-23
* Update README, godoc and fix typo.Ri Xu2017-01-22
* Support add picture with offset and scaling.Ri Xu2017-01-22
* - Add hyperlink and set formula support for cell support;Ri Xu2017-01-19
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
* Update README.Ri Xu2016-11-06
* Update go test case and update readme.Ri Xu2016-10-23
* Update README.mdRi Xu2016-10-19
* Merge pull request #10 from schigh/masterRi Xu2016-10-19
|\
| * Update README.mdSteve H2016-10-18