| Commit message (Expand) | Author | Age |
* | 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 |
* | resolve the issue corrupted xlsx after deleting formula of cell, reference #346 | xuri | 2019-02-22 |
* | New feature: File.DuplicateRowTo() duplicate row to specified row position. | Veniamin Albaev | 2019-01-10 |
* | Fixes #195: Make GetRows return value avoid empty cell | Rafael Barros | 2019-01-01 |
* | README updated | xuri | 2019-01-01 |
* | Duplicate row (#317) | Veniamin Albaev | 2018-12-26 |
* | Fix the issue caused by missing tradition to strict conversion for `sharedStr... | xuri | 2018-10-18 |
* | 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 |
* | - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic... | xuri | 2018-05-27 |
* | Simplify testing code, add test case for outline functions and update the godoc. | xuri | 2018-05-11 |
* | Added functions to set and get outline level for columns and rows. | Ilya Kuznetsov | 2018-05-07 |
* | Merge branch 'master' into lunny/refactor | xuri | 2018-05-07 |
|\ |
|
| * | Merge test cases and use strict error checking. | Ri Xu | 2018-05-07 |
* | | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
|/ |
|
* | add iterator method for rows | Lunny Xiao | 2018-05-05 |
* | Fix typo and adding Chinese version document. | Ri Xu | 2018-04-23 |
* | - Support to read inlineStr type cell value, relate issue #208, PR #209; | Ri Xu | 2018-04-09 |
* | - Make row index consistent in function `SetRowHeight` and `GetRowHeight`, fi... | Ri Xu | 2018-04-02 |
* | Handle special shared string table file name `xl/SharedStrings.xml`, relate i... | Ri Xu | 2018-03-02 |
* | Fix read columns count wrong in specific xlsx data, relate issue #175 | Ri Xu | 2018-01-06 |
* | Bugfix: use sheet name in func `AddChat`, relate issue #138 | Ri Xu | 2017-10-20 |
* | Bugfix: read sheet name error, relate issue #137 | Ri Xu | 2017-10-18 |