| Commit message (Expand) | Author | Age |
* | Remove internal error log print, throw XML deserialize error | xuri | 2022-11-13 |
* | This is a breaking change, remove partial internal error log print, throw XML... | xuri | 2022-11-12 |
* | This closes #1377, stream writer writes inline string type for string cell value | xuri | 2022-10-25 |
* | This closes #1047, stream writer support set panes (#1123) | Harrison | 2022-10-11 |
* | This closes #1358, made a refactor with breaking changes, see details: | xuri | 2022-09-29 |
* | This closes #1360, closes #1361 | xuri | 2022-09-28 |
* | Using the specialized name in a variable and making comments clear | xuri | 2022-09-18 |
* | This closes #1330 update non existing sheet error messages (#1331) | davidborry | 2022-08-28 |
* | This closes #1296, add new function `GetRowOpts` for stream reader (#1297) | Thomas Charbonnel | 2022-08-11 |
* | This closes #1269, made the `NewStreamWriter` function case insensitive to wo... | Eagle Xiang | 2022-07-06 |
* | This fix formula calculation accuracy issue and panic when set pane | xuri | 2022-05-23 |
* | Format code, update documentation and remove exported variable `XMLHeaderByte` | xuri | 2022-03-24 |
* | This closes #1162, improve the compatibility with alternate content | xuri | 2022-03-05 |
* | Fix file corrupted in some cases, check file extension and format code | xuri | 2022-01-23 |
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
* | Export 7 errors so users can act differently on different type of errors | xuri | 2021-12-07 |
* | Simplify code and update unit test | xuri | 2021-12-03 |
* | This closes #1061, support multi-byte language on set header footer | xuri | 2021-11-16 |
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
* | This closes #873, make the sheet names are not case sensitive for `NewSheet`,... | xuri | 2021-07-10 |
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
* | lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C... | xuri | 2021-02-15 |
* | This closes #774, closes #775 and closes #776 | xuri | 2021-02-02 |
* | support to set print black and white and specified the first printed page number | xuri | 2021-01-17 |
* | Support to adjust print scaling of the worksheet | xuri | 2021-01-16 |
* | Fixed #735, refresh active tab after delete sheet | xuri | 2020-11-23 |
* | using POSIX directory separator in zip path with Windows | xuri | 2020-11-06 |
* | optimize memory allocation (#722) | Ted | 2020-11-03 |
* | This closes #714 and closes #715, fix wrong worksheet index returned by NewSh... | xuri | 2020-10-19 |
* | Fix #706, #713 improve AddPicture performance, fix missing worksheet when ren... | xuri | 2020-10-18 |
* | extend cell value load to support custom datetime format (#703) | Artem Kustikov | 2020-10-04 |
* | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
* | Resolve #492, init support for insert and remove page break | xuri | 2020-03-01 |
* | Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize... | xuri | 2020-02-19 |
* | optimize code and comments: use println errors instead of panic | xuri | 2020-01-03 |
* | optimization: checking error in unit tests | xuri | 2019-12-24 |
* | Improve code coverage unit tests | xuri | 2019-12-22 |
* | Resolve #507, add the new function `DeleteDefinedName` | xuri | 2019-10-26 |
* | Resolve #511, allow empty columns in the pivot table | xuri | 2019-10-24 |
* | Optimize code of Getting/Setting Page Margins | xuri | 2019-10-17 |
* | Added accessors for Getting/Setting Page Margins (#497) | streboryaj | 2019-10-15 |
* | Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1 | Ben Wells | 2019-09-13 |
* | Testing files updated | xuri | 2019-09-02 |
* | Get sheet names based on index | Harris | 2019-08-08 |
* | Add unit test for SetPageLayout | xuri | 2019-07-07 |
* | Add unit test for GroupSheets and UngroupSheets | xuri | 2019-07-04 |
* | New functions: SetDefinedName and GetDefinedName added | xuri | 2019-06-18 |
* | Resolve #394, init set header and footer support | xuri | 2019-05-05 |
* | Resolve #393, upgrade Go module to v2 | xuri | 2019-05-02 |
* | add unit tests to functions | xuri | 2019-04-16 |