| Commit message (Expand) | Author | Age |
* | Fixed #727, rounding numeric with precision for formula calculation | xuri | 2020-11-19 |
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
* | support case-sensitive doc parts to improve compatibility | xuri | 2020-07-09 |
* | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
* | Resolve #571, init remove conditional format support | xuri | 2020-03-03 |
* | Resolve #582, support to set date field subtotal and names for pivot table | xuri | 2020-02-21 |
* | Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize... | xuri | 2020-02-19 |
* | Improve code coverage unit tests | xuri | 2019-12-29 |
* | Resolve #539 Merge branch 'v2' | xuri | 2019-12-20 |
* | Combine functions: | xuri | 2019-09-16 |
* | Updating Readme | Matthew McFarling | 2019-08-28 |
* | Handle multi row inline strings | Harris | 2019-08-09 |
* | Resolve #393, upgrade Go module to v2 | xuri | 2019-05-02 |
* | Update readme | xuri | 2019-04-23 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | Do not save duplicate images | Michael | 2019-03-25 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | Typo fixed and godoc updated | xuri | 2019-03-20 |
* | update README and functions docs (#351) | Kimxu | 2019-03-07 |
* | Implement consistent row addressing by Excel row number starting with 1 (#350) | Veniamin Albaev | 2019-03-06 |
* | Update readme | xuri | 2019-01-29 |
* | Resolve #329, add copyright agreement statement on README and LICENSE | xuri | 2019-01-05 |
* | README updated | xuri | 2019-01-01 |
* | Add license scan report and status | fossabot | 2018-12-30 |
* | Add new logo for excelize | xuri | 2018-12-05 |
* | GoDoc updated. | xuri | 2018-07-13 |
* | - Initialize shared formula types support, relate issue #227; | xuri | 2018-05-26 |
* | Simplify testing code, add test case for outline functions and update the godoc. | xuri | 2018-05-11 |
* | Use format string for chart dimension. | Eugene Dzhurinsky | 2018-05-09 |
* | Custom chart size. | Eugene Dzhurinsky | 2018-05-08 |
* | - Support to set the positioning of a picture, relate issue #214; | Ri Xu | 2018-04-26 |
* | Fix typo and adding Chinese version document. | Ri Xu | 2018-04-23 |
* | Readme and godoc has been updated. | Ri Xu | 2018-03-06 |
* | Update godoc to make charts compatibility with WPS, relate issue #187. | Ri Xu | 2018-02-12 |
* | Revert "The godoc and readme page has been updated." | Ri Xu | 2018-01-28 |
* | The godoc and readme page has been updated. | Ri Xu | 2018-01-26 |
* | Rename import path to github.com/360EntSecGroup-Skylar/excelize | Jinzhu | 2017-11-16 |
* | Improve code readability. | Ri Xu | 2017-09-30 |
* | - API changed, use worksheet name instead of "sheet" + index, related issue #... | Ri Xu | 2017-09-13 |
* | - Conditional format with formula support, relate issue #75; | Ri Xu | 2017-08-18 |
* | - Add number format code with unicode values, relate issue #86; | Ri Xu | 2017-07-26 |
* | - Init insert/remove column/row support. Relate issue #77 and #82; | Ri Xu | 2017-07-24 |
* | - Fix missing element in worksheet, workbook and styles. Related issue #81; | Ri Xu | 2017-07-15 |
* | Repo URI changed. | Ri Xu | 2017-07-11 |
* | Update image in readme and fix typo. | Ri Xu | 2017-07-06 |
* | API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins... | Ri Xu | 2017-06-28 |
* | - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri... | Ri Xu | 2017-06-27 |
* | - Fix missing relationships in drawing content type shall, relate issue #58; | Ri Xu | 2017-06-03 |
* | - Initialize shape support: new function `AddShape()` added. Relate issue #38; | Ri Xu | 2017-04-30 |
* | - Initialize table support; | Ri Xu | 2017-04-28 |