| Commit message (Expand) | Author | Age |
* | 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 |
* | - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issu... | Ri Xu | 2017-06-14 |
* | - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60; | Ri Xu | 2017-06-12 |
* | Init auto filter support, relate issue #59. | Ri Xu | 2017-06-08 |
* | Code optimize. | Ri Xu | 2017-05-24 |
* | - Initialize shape support: new function `AddShape()` added. Relate issue #38; | Ri Xu | 2017-04-30 |
* | - Initialize table support; | Ri Xu | 2017-04-28 |