| Commit message (Expand) | Author | Age |
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
* | Fix #706, #713 improve AddPicture performance, fix missing worksheet when ren... | xuri | 2020-10-18 |
* | resolved #691, fix the scale for add picture not work | xuri | 2020-08-18 |
* | support parse and generate XML element namespace dynamic, fix #651 | xuri | 2020-07-18 |
* | update docs and improve compatibility | xuri | 2020-07-11 |
* | support case-sensitive doc parts to improve compatibility | xuri | 2020-07-09 |
* | Update docs and typo fixed | xuri | 2020-06-22 |
* | - transform the range to the matrix on the first arg of the formula | xuri | 2020-05-21 |
* | Merge pull request #410 | xuri | 2020-05-17 |
* | Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610) | Olivier Mengué | 2020-04-09 |
* | Resolve #172, init rich text support | xuri | 2020-04-06 |
* | Performance improvements | xuri | 2020-04-05 |
* | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
* | Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize... | xuri | 2020-02-19 |
* | Resolve #570, flat columns for the column's operation | xuri | 2020-02-07 |
* | Resolve #455, init delete picture from spreadsheet support | xuri | 2020-01-22 |
* | Fix #551, handle empty rows in streaming reading | xuri | 2019-12-31 |
* | Improve code coverage unit tests | xuri | 2019-12-29 |
* | Improve code coverage unit tests | xuri | 2019-12-22 |
* | Resolve #539 Merge branch 'v2' | xuri | 2019-12-20 |
|\ |
|
| * | Fix #539 Fixed error opening excel file created in encoding d… (#540) | Alex Geer | 2019-12-20 |
|/ |
|
* | Improve compatibility for charts | xuri | 2019-09-26 |
* | Compatibility improvement | xuri | 2019-09-24 |
* | Combine functions: | xuri | 2019-09-16 |
* | Testing files updated | xuri | 2019-09-02 |
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
* | Add TIF, TIFF format images and more detailed error information when open th... | xuri | 2019-06-27 |
* | Optimize code, fix golint issues | xuri | 2019-06-20 |
* | Resolve #393, upgrade Go module to v2 | xuri | 2019-05-02 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | Resolve #369,#370 | xuri | 2019-04-15 |
* | Do not save duplicate images | Michael | 2019-03-25 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | resolve #366 fix image duplication | xuri | 2019-03-22 |
* | resolve #360, fix axis parse issue when add / get pictures; | xuri | 2019-03-20 |
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
* | Resolve #106, #294 performance optimization for add hyperlink | xuri | 2019-02-26 |
* | Resolve #274, performance optimization for add images, charts and shapes | xuri | 2019-02-25 |
* | README updated | xuri | 2019-01-01 |
* | resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support | xuri | 2018-10-17 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Comments style changed. | xuri | 2018-09-14 |
* | New function `AddPictureFromBytes()` has been added, this resolve #259 and cl... | xuri | 2018-09-14 |
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
* | # fix : file close 没有关闭 | Farmerx | 2018-08-20 |
* | Fixes #256 and format document. | xuri | 2018-08-06 |
* | GoDoc updated. | xuri | 2018-07-13 |
* | - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic... | xuri | 2018-05-27 |
* | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
* | - Support to set the positioning of a picture, relate issue #214; | Ri Xu | 2018-04-26 |