| 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 |
* | Support get cell value which contains a date in the ISO 8601 format | xuri | 2022-10-24 |
* | This close #1373, fixes the incorrect build-in number format apply the result | xuri | 2022-10-20 |
* | 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 #1323, an error will be returned when set the not exist style ID | xuri | 2022-09-01 |
* | This is a breaking change closes #1332 (#1333) | Kostya Privezentsev | 2022-08-31 |
* | This closes #1330 update non existing sheet error messages (#1331) | davidborry | 2022-08-28 |
* | This closes #1312, #1313, fix number format issue | xuri | 2022-08-12 |
* | This closes #1296, add new function `GetRowOpts` for stream reader (#1297) | Thomas Charbonnel | 2022-08-11 |
* | Fix potential file corrupted when changing cell value or the col/row | xuri | 2022-07-16 |
* | This closes #1219, fixes cell value reading issue, improves performance, and ... | xuri | 2022-05-02 |
* | This closes #1217, support update cell hyperlink | xuri | 2022-05-01 |
* | ref #65, new formula functions and read boolean data type cell value support | xuri | 2022-03-08 |
* | This closes #1162, improve the compatibility with alternate content | xuri | 2022-03-05 |
* | This closes #1129, make cell support inheritance columns/rows style | xuri | 2022-01-27 |
* | Fix file corrupted in some cases, check file extension and format code | xuri | 2022-01-23 |
* | ref #1054, breaking change for the column and row's iterator | xuri | 2022-01-19 |
* | 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 |