| Commit message (Expand) | Author | Age |
* | 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 |
* | This closes #1129, make cell support inheritance columns/rows style | xuri | 2022-01-27 |
* | ref #1054, breaking change for the column and row's iterator | xuri | 2022-01-19 |
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
* | Support get current row/col and total rows/cols in the stream reader (#1054) | li | 2021-11-05 |
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
* | This closes #998 | xuri | 2021-09-05 |
* | - This fix panic and incorrect cell read on some case | xuri | 2021-08-22 |
* | This closes #989, closes #990 | xuri | 2021-08-17 |
* | Speed up merge cells | three | 2021-08-13 |
* | This closes #971, closes #972 and closes #974 | xuri | 2021-07-29 |
* | Fix missing set each cell's styles when set columns style | xuri | 2021-07-08 |
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
* | This closes #866, support use the defined name to reference the data range in... | xuri | 2021-06-29 |
* | make the caller of `getRowHeight` function adapt row number change, update co... | xuri | 2021-06-13 |
* | 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 incorrect default column from GetColWidth | xuri | 2021-03-05 |
* | lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C... | xuri | 2021-02-15 |
* | handle end element event in the worksheet row/column iterator XML SAX parser | xuri | 2021-02-05 |
* | 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 |
* | Fix #706, #713 improve AddPicture performance, fix missing worksheet when ren... | xuri | 2020-10-18 |
* | 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 |
* | support parse and generate XML element namespace dynamic, fix #651 | xuri | 2020-07-18 |
* | GetCols support the row element without r attribute in the worksheet | xuri | 2020-06-28 |
* | support the row element without r attribute in the worksheet | xuri | 2020-06-27 |
* | Update docs and typo fixed | xuri | 2020-06-22 |
* | make columns iterator read cell streamingly and add max column limit on Colum... | xuri | 2020-06-22 |
* | Implement columns iterator | Jérôme Pogeant | 2020-06-17 |
* | Resolve #570, flat columns for the column's operation | xuri | 2020-02-07 |
* | SetColVisible() can parse a column range + typos. | Jacques Boscq | 2020-01-21 |
* | Improve code coverage unit tests | xuri | 2019-12-29 |
* | Improve compatibility for charts | xuri | 2019-09-26 |
* | Compatibility improvement | xuri | 2019-09-24 |
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
* | Resolve #397, support set style by columns | xuri | 2019-05-16 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | Resolve #369,#370 | xuri | 2019-04-15 |
* | Adjust coding style | nabeyama yoshihide | 2019-04-04 |
* | Fixed bug in the calculation target cell(row). | nabeyama yoshihide | 2019-04-04 |
* | Fixed bug in column cell to check. | nabeyama yoshihide | 2019-04-04 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | Fixed PR #356 regression RemoveCol() broken (#365) | Veniamin Albaev | 2019-03-21 |
* | Typo fixed and godoc updated | xuri | 2019-03-20 |
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
* | resolve the issue corrupted xlsx after deleting formula of cell, reference #346 | xuri | 2019-02-22 |