| Commit message (Expand) | Author | Age |
* | Breaking change: remove `TotalRows` of row iterator and performance optimization | xuri | 2022-01-17 |
* | Fix adjustMergeCells not modifies cell rect (#1118) | Dokiy | 2022-01-14 |
* | 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 |
* | Export 7 errors so users can act differently on different type of errors | xuri | 2021-12-07 |
* | Support get current row/col and total rows/cols in the stream reader (#1054) | li | 2021-11-05 |
* | This closes #1031, fix small float parsed error in some case | xuri | 2021-10-15 |
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
* | This closes #998 | xuri | 2021-09-05 |
* | This closes #989, closes #990 | xuri | 2021-08-17 |
* | change go module import path to github.com/xuri/excelize | xuri | 2021-07-28 |
* | This closes #848 and closes #852, fix reading decimals precision | xuri | 2021-07-12 |
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
* | This closes #855, fix missing formula cell when getting rows value | xuri | 2021-06-05 |
* | This closes #652, new SetColWidth API, support set column width in stream wri... | xuri | 2021-05-10 |
* | fix custom row height check issue | xuri | 2021-02-08 |
* | handle end element event in the worksheet row/column iterator XML SAX parser | xuri | 2021-02-05 |
* | new formula fn: IF, LEN; not equal operator support and faster numeric precis... | xuri | 2021-01-27 |
* | This closes #752, fix incorrectly merged cells on duplicate row, and new form... | xuri | 2020-12-22 |
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
* | - Resolve #711, update docs for the GetSheetIndex | xuri | 2020-10-12 |
* | extend cell value load to support custom datetime format (#703) | Artem Kustikov | 2020-10-04 |
* | add checking and limits for the worksheet | xuri | 2020-09-18 |
* | Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni... | xuri | 2020-08-22 |
* | update docs and improve compatibility | xuri | 2020-07-11 |
* | handle the cell without r attribute in a row element | xuri | 2020-04-24 |
* | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
* | AddPivotTable API changed: new structure PivotTableField to hold pivot table ... | xuri | 2020-02-26 |
* | Fix #586, duplicate row with merged cells | xuri | 2020-02-25 |
* | optimize code and comments: use println errors instead of panic | xuri | 2020-01-03 |
* | Fix #551, handle empty rows in streaming reading | xuri | 2019-12-31 |
* | optimization: checking error in unit tests | xuri | 2019-12-24 |
* | Improve code coverage unit tests | xuri | 2019-12-22 |
* | Fix #529, handle empty inline rich text | xuri | 2019-12-11 |
* | Resolve #146, make the GetRow function read data as streaming. Ref: #382, #515 | xuri | 2019-11-23 |
* | Resolve #507, add the new function `DeleteDefinedName` | xuri | 2019-10-26 |
* | Resolve #511, allow empty columns in the pivot table | xuri | 2019-10-24 |
* | Pre-allocate some memory when reading files (#510) | Michael | 2019-10-24 |
* | fix #503 rows next issue | ducquangkstn | 2019-10-18 |
* | Optimize code of Getting/Setting Page Margins | xuri | 2019-10-17 |
* | Only parse xml once when reading | Harris | 2019-08-05 |
* | add unit tests to functions | xuri | 2019-04-16 |
* | Resolve #369,#370 | xuri | 2019-04-15 |
* | Add unit test to improve testing coverage | xuri | 2019-03-24 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
* | update go test and function docs | caozhiyi | 2019-03-07 |
* | Implement consistent row addressing by Excel row number starting with 1 (#350) | Veniamin Albaev | 2019-03-06 |
* | Merge test cases and use strict error checking. | Ri Xu | 2018-05-07 |
* | add iterator method for rows | Lunny Xiao | 2018-05-05 |