index
:
anyxcelize
getRowInterface
A fork of excelize to be able to write non-strings.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
table.go
Commit message (
Expand
)
Author
Age
*
- 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