summaryrefslogtreecommitdiff
path: root/table.go
Commit message (Expand)AuthorAge
* 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