| Commit message (Expand) | Author | Age |
* | Fix potential file corrupted and change worksheet name case-insensitive | xuri | 2022-07-18 |
* | Fix potential file corrupted when changing cell value or the col/row | xuri | 2022-07-16 |
* | refactor: replace strings.Replace with strings.ReplaceAll (#1250) | Eng Zer Jun | 2022-06-12 |
* | ref #65, new formula functions: SKEW.P and SLOPE, remove no-required format d... | xuri | 2022-04-16 |
* | 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 #1122, improve compatibility with LibreOffice | xuri | 2022-01-16 |
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
* | ref #65: new formula function PRICE | xuri | 2021-11-17 |
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
* | Fixe issue generated file corrupted caused by incorrect default XML namespace... | xuri | 2021-04-30 |
* | 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 |
* | lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C... | xuri | 2021-02-15 |
* | This improves compatibility for worksheet relative XML path and multi rules a... | xuri | 2021-02-11 |
* | This closes #774, closes #775 and closes #776 | xuri | 2021-02-02 |
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
* | Update test for addTable | xuri | 2020-07-19 |
* | support parse and generate XML element namespace dynamic, fix #651 | xuri | 2020-07-18 |
* | Update docs and typo fixed | xuri | 2020-06-22 |
* | avoid duplicate filter database in workbook defined name | yuemanxilou | 2020-05-15 |
* | Fix #637, improve the compatibility of the auto filter with Office 2007 - 2013 | xuri | 2020-05-14 |
* | Resolve #570, flat columns for the column's operation | xuri | 2020-02-07 |
* | Improve code coverage unit tests | xuri | 2019-12-29 |
* | optimization: checking error in unit tests | xuri | 2019-12-24 |
* | Improve compatibility, fix workbook's rels ID calc error | xuri | 2019-12-23 |
* | Combine functions: | xuri | 2019-09-16 |
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
* | Fix #424, refactor merged cells adjuster | xuri | 2019-06-12 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | Resolve #369,#370 | xuri | 2019-04-15 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
* | README updated | xuri | 2019-01-01 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
* | Fixes #256 and format document. | xuri | 2018-08-06 |
* | GoDoc updated. | xuri | 2018-07-13 |
* | - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic... | xuri | 2018-05-27 |
* | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
* | - Set name of table support in `AddTable()`, relate issue #216; | Ri Xu | 2018-05-04 |
* | Fix document typo. | Ri Xu | 2018-05-03 |
* | godoc updated. | Ri Xu | 2017-09-13 |
* | - API changed, use worksheet name instead of "sheet" + index, related issue #... | Ri Xu | 2017-09-13 |
* | Optimize code, go test and godoc updated. | Ri Xu | 2017-07-30 |
* | - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri... | Ri Xu | 2017-06-27 |
* | - Function `formattedValue()` performance improvement by avoid repeating dese... | Ri Xu | 2017-06-26 |
* | - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61; | Ri Xu | 2017-06-15 |