| Commit message (Expand) | Author | Age |
* | This closes #652, new SetColWidth API, support set column width in stream wri... | xuri | 2021-05-10 |
* | Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC... | xuri | 2021-04-04 |
* | #65 fn: N, PERCENTILE.INC and T | xuri | 2021-03-30 |
* | Fix UpdateLinkedValue which returns an error when has graph sheet (#793) | yuki2006 | 2021-03-04 |
* | Update excelize.go (#765) | Ray | 2021-01-20 |
* | Fixed #732, support single line with repeated row element in the sheet data | xuri | 2020-11-18 |
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
* | using POSIX directory separator in zip path with Windows | xuri | 2020-11-06 |
* | Compatibility improvement: parse document core part (workbook) dynamically | xuri | 2020-11-04 |
* | Optimize memory usage when stream flush and save (#659) | Lijingfeng | 2020-10-05 |
* | extend cell value load to support custom datetime format (#703) | Artem Kustikov | 2020-10-04 |
* | Update dependency package version and docs for the OpenFile | xuri | 2020-09-22 |
* | init ECMA-376 agile encryption support | xuri | 2020-09-06 |
* | support ECMA-376 document standard encryption, ref #199 | xuri | 2020-09-02 |
* | Resolve #199, init password protection spreadsheet support | xuri | 2020-09-01 |
* | using Mutex lock and update benchmark | xuri | 2020-08-16 |
* | Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 poten... | xuri | 2020-08-15 |
* | support parse and generate XML element namespace dynamic, fix #651 | xuri | 2020-07-18 |
* | support case-sensitive doc parts to improve compatibility | xuri | 2020-07-09 |
* | support the row element without r attribute in the worksheet | xuri | 2020-06-27 |
* | speedup get cell value from shared string table | xuri | 2020-05-27 |
* | - transform the range to the matrix on the first arg of the formula | xuri | 2020-05-21 |
* | init formula calculation engine, ref #65 and #599 | xuri | 2020-05-03 |
* | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
* | Performance improvements | xuri | 2020-04-05 |
* | remove ineffectual variable assignments and simplify code | xuri | 2020-03-29 |
* | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
* | Resolve #470, export Style structs to allow create the style for cells by giv... | xuri | 2020-03-10 |
* | Remove calculated properties to make recalculate formulas in some spreadsheet... | xuri | 2020-03-09 |
* | Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize... | xuri | 2020-02-19 |
* | Fix #551, handle empty rows in streaming reading | xuri | 2019-12-31 |
* | Improve code coverage unit tests | xuri | 2019-12-29 |
* | optimization: checking error in unit tests | xuri | 2019-12-24 |
* | Improve compatibility, fix workbook's rels ID calc error | xuri | 2019-12-23 |
* | Update comments for the xmlNewDecoder (#542) | match-meng | 2019-12-20 |
* | 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 |
* | | Update XML namespace | xuri | 2019-11-30 |
* | | Resolve #521, fix missing elements when parsing | xuri | 2019-11-28 |
* | | Reduce allocations when writing | Harris | 2019-11-05 |
|/ |
|
* | Combine functions: | xuri | 2019-09-16 |
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
* | New feature: sparkline supported | xuri | 2019-08-04 |
* | Resolve #217, new function add VBA project supported. | xuri | 2019-07-21 |
* | Add TIF, TIFF format images and more detailed error information when open th... | xuri | 2019-06-27 |
* | Resolve #393, upgrade Go module to v2 | xuri | 2019-05-02 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | add unit tests to functions | xuri | 2019-04-16 |
* | Resolve #369,#370 | xuri | 2019-04-15 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |