summaryrefslogtreecommitdiff
path: root/table.go
Commit message (Expand)AuthorAge
* Fix golint errors under confidence 0.1xuri2018-09-12
* Fixes #256 and format document.xuri2018-08-06
* GoDoc updated.xuri2018-07-13
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* save bytes on memory instead of stringLunny Xiao2018-05-07
* - Set name of table support in `AddTable()`, relate issue #216;Ri Xu2018-05-04
* Fix document typo.Ri Xu2018-05-03
* godoc updated.Ri Xu2017-09-13
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* Optimize code, go test and godoc updated.Ri Xu2017-07-30
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Function `formattedValue()` performance improvement by avoid repeating dese...Ri Xu2017-06-26
* - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;Ri Xu2017-06-15
* - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issu...Ri Xu2017-06-14
* - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;Ri Xu2017-06-12
* Init auto filter support, relate issue #59.Ri Xu2017-06-08
* Code optimize.Ri Xu2017-05-24
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
* - Initialize table support;Ri Xu2017-04-28