Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | excelize -> anyxcelizegetRowInterface | George Abbott | 2023-06-15 |
| | |||
* | Remove internal error log print, throw XML deserialize error | xuri | 2022-11-13 |
| | |||
* | This closes #744, the `Save`, `Write` and `WriteTo` function accept saving ↵ | xuri | 2022-09-08 |
| | | | | options | ||
* | This closes #1075, reload temporary files into memory on save | xuri | 2021-12-01 |
| | |||
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
| | | | | | | - Close spreadsheet and row's iterator required - New options `WorksheetUnzipMemLimit` have been added - Improve streaming reading performance, memory usage decrease about 93.7% | ||
* | Improve security and simplify code | xuri | 2021-08-15 |
| | | | | | | | - Make variable name more semantic - Reduce cyclomatic complexities for the formula calculate function - Support specified unzip size limit on open file options, avoid zip bombs vulnerability attack - Typo fix for documentation and error message | ||
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
| | | | | | - Rename exported field `File.XLSX` to `File.Pkg` - Exported error message | ||
* | feat: stream write to zip directly (#863) | Zitao | 2021-06-22 |
| | |||
* | lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, ↵ | xuri | 2021-02-15 |
| | | | | CONCATENATE, COUNT, COUNTBLANK, MAX | ||
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
| | |||
* | using Mutex lock and update benchmark | xuri | 2020-08-16 |
| | |||
* | Add unit test case | xuri | 2020-04-01 |
| | |||
* | optimize code and comments: use println errors instead of panic | xuri | 2020-01-03 |
| | |||
* | optimization: checking error in unit tests | xuri | 2019-12-24 |
| | |||
* | Reduce allocations when writing | Harris | 2019-11-05 |
Fix #494 If a row is full, don't bother allocating a new one, just return it. Use the last populated row as a hint for the size of new rows. Simplify checkSheet to remove row map |