| 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 |
* | Go 1.16 and later required, migration of deprecation package `ioutil` | xuri | 2022-10-13 |
* | Stream writer support to set inline rich text cell (#1121) | charles.deng | 2022-10-10 |
* | Support to set summary columns to appear to the right of detail in an outline | xuri | 2022-10-08 |
* | Using the specialized name in a variable and making comments clear | xuri | 2022-09-18 |
* | This closes #744, the `Save`, `Write` and `WriteTo` function accept saving op... | xuri | 2022-09-08 |
* | This made library allowing insert EMZ and WMZ format image | xuri | 2022-08-21 |
* | This closes #849, add new function `DeleteComment` for delete comment (#1317) | NaturalGao | 2022-08-19 |
* | This closes #1244 and closes #1314, improving the compatibility with Google S... | xuri | 2022-08-13 |
* | Fix potential file corrupted and change worksheet name case-insensitive | xuri | 2022-07-18 |
* | This closes #1262, support for dependence formulas calculation | xuri | 2022-07-10 |
* | This closes #1257, fix incorrect worksheet header footer fields order | xuri | 2022-06-21 |
* | This update docs and tests for workbook encryption | xuri | 2022-05-31 |
* | This initialized support for encryption workbook by password, ref #199 | xuri | 2022-05-29 |
* | make workbook open filed exception message clear | xuri | 2022-05-20 |
* | This closes #1217, support update cell hyperlink | xuri | 2022-05-01 |
* | Format code, update documentation and remove exported variable `XMLHeaderByte` | xuri | 2022-03-24 |
* | This closes #1148, resolve limitations when adding VBA project to the workbook | xuri | 2022-02-17 |
* | Fix file corrupted in some cases, check file extension and format code | xuri | 2022-01-23 |
* | ref #1096, reduce memory usage by about 50% for large data spreadsheet | xuri | 2022-01-11 |
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
* | This closes #1096, memory usage optimization and another 4 changes | xuri | 2021-12-27 |
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
* | This closes #993, closes #1014 | xuri | 2021-09-06 |
* | This closes #998 | xuri | 2021-09-05 |
* | Improve compatibility with row element with r="0" attribute | xuri | 2021-08-23 |
* | - This fix panic and incorrect cell read on some case | xuri | 2021-08-22 |
* | Improve security and simplify code | xuri | 2021-08-15 |
* | Support concurrency add picture | xuri | 2021-07-06 |
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
* | This closes #861, support concurrency get cell picture and remove unused inte... | xuri | 2021-07-04 |
* | 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 |