| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 #667, support shared string table without unique count | xuri | 2020-07-15 |
* | support case-sensitive doc parts to improve compatibility | xuri | 2020-07-09 |
* | Resolve #32, fix missing leading/leading spaces when working with SST | xuri | 2020-07-01 |
* | 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 |
* | 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 pull request #410 | xuri | 2020-05-17 |
* | handle the cell without r attribute in a row element | xuri | 2020-04-24 |
* | Performance improvements | xuri | 2020-04-05 |
* | fix reading wrong string from xml such as below | foxmeder | 2020-04-02 |
* | remove ineffectual variable assignments and simplify code | xuri | 2020-03-29 |
* | Update rows.go | xxb-at-julichina | 2020-02-28 |
* | Fix #586, duplicate row with merged cells | xuri | 2020-02-25 |
* | Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize... | xuri | 2020-02-19 |
* | 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 |
* | Improve code coverage unit tests | xuri | 2019-12-29 |
* | Update comments for the xmlNewDecoder (#542) | match-meng | 2019-12-20 |
* | Resolve #539 Merge branch 'v2' | xuri | 2019-12-20 |
|\ |
|
| * | Fix #539 Fixed error opening excel file created in encoding d… (#540) | Alex Geer | 2019-12-20 |
* | | 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 |
* | | fix #503 rows next issue | ducquangkstn | 2019-10-18 |
|/ |
|
* | Compatibility improvement | xuri | 2019-09-24 |
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
* | Handle multi row inline strings | Harris | 2019-08-09 |
* | Further improve read performance | Harris | 2019-08-07 |
* | Only parse xml once when reading | Harris | 2019-08-05 |
* | Optimize code, fix golint issues | xuri | 2019-06-20 |
* | Fix #424, refactor merged cells adjuster | xuri | 2019-06-12 |
* | Fixed #418, #420, #421, init adjust calculation chain support | xuri | 2019-06-08 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | Resolve #382, rewrite prepareSheetXML to scale linearly (#383) | Michael | 2019-04-16 |
* | Resolve #369,#370 | xuri | 2019-04-15 |
* | Resolve #377, avoid empty column in GetRows result | xuri | 2019-04-07 |
* | 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 |
* | update go test and function docs | caozhiyi | 2019-03-07 |
* | update README and functions docs (#351) | Kimxu | 2019-03-07 |
* | Implement consistent row addressing by Excel row number starting with 1 (#350) | Veniamin Albaev | 2019-03-06 |