| Commit message (Expand) | Author | Age |
* | This closes #756, not set the empty string for the cell when SetCellValue wit... | xuri | 2021-01-08 |
* | new formula func CLEAN and TRIM, change import path to v2 (#747) | Zhang Zhipeng | 2020-12-14 |
* | Number format read fix (#741) | Artem Kustikov | 2020-12-12 |
* | Fixed #735, refresh active tab after delete sheet | xuri | 2020-11-23 |
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
* | This closes #714 and closes #715, fix wrong worksheet index returned by NewSh... | xuri | 2020-10-19 |
* | extend cell value load to support custom datetime format (#703) | Artem Kustikov | 2020-10-04 |
* | Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni... | xuri | 2020-08-22 |
* | Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 poten... | xuri | 2020-08-15 |
* | support parse and generate XML element namespace dynamic, fix #651 | xuri | 2020-07-18 |
* | Resolve #32, fix missing leading/leading spaces when working with SST | xuri | 2020-07-01 |
* | 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 |
* | escape html tag | heiy | 2020-06-08 |
* | add limits for total columns, row and filename length | xuri | 2020-05-29 |
* | speedup get cell value from shared string table | xuri | 2020-05-27 |
* | Fix #622, storage string to SST (shared string table) | xuri | 2020-05-26 |
* | Merge branch 'master' into fix/cell_lock | xuri | 2020-05-22 |
|\ |
|
| * | - formula engine: reduce cyclomatic complexity | xuri | 2020-05-10 |
| * | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
| * | Resolve #598, filter support for AddPivotTable | xuri | 2020-04-09 |
| * | Resolve #172, init rich text support | xuri | 2020-04-06 |
| * | Improve code coverage unit tests | xuri | 2019-12-29 |
| * | Stream to Excel table (#530) | Cameron Howey | 2019-12-29 |
| * | Fix #538, added setting a major unit and tick label skip support for the chart | xuri | 2019-12-25 |
| * | Improve compatibility, fix workbook's rels ID calc error | xuri | 2019-12-23 |
| * | Fix #533, add support overlapped mergecells | xuri | 2019-12-14 |
| * | Optimize code of Getting/Setting Page Margins | xuri | 2019-10-17 |
| * | solve ending space missing | heiy | 2019-10-10 |
| * | Allow access to more formula attributes in SetCellFormula (#484) | Christian Fiedler | 2019-09-22 |
| * | Combine functions: | xuri | 2019-09-16 |
| * | add missing error check in SetSheetRow() | mqy | 2019-08-19 |
| * | SetCellValue: use fmt.Sprint(v) instead of fmt.Sprintf("%v", v) | Olivier Mengué | 2019-08-13 |
| * | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| * | Fix #424, refactor merged cells adjuster | xuri | 2019-06-12 |
* | | fix go lock | 马彦军 | 2019-11-14 |
|/ |
|
* | Add a check for maximum limit hyperlinks in a worksheet | xuri | 2019-04-21 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | add unit tests to functions | xuri | 2019-04-16 |
* | Resolve #369,#370 | xuri | 2019-04-15 |
* | Check max length for SetCellStr and fix coordinate issue for MergeCell | xuri | 2019-04-14 |
* | Fix out of range panic when removing formula. | Aplulu | 2019-04-09 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | Use bitSize for float32 type numbers conversion, relate PR #361 | xuri | 2019-03-21 |
* | SetCellFloat for floats with specific precision (#361) | Michael | 2019-03-21 |
* | 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 |
* | README updated | xuri | 2019-01-01 |
* | fix issue #290 | peiqi | 2018-11-08 |
* | Comments style changed. | xuri | 2018-09-14 |