xuri
|
9e463b4614
- Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()`
|
6 years ago |
Lunny Xiao
|
38ad20efc1
save bytes on memory instead of string
|
6 years ago |
Ri Xu
|
934ecec1a9
- Set name of table support in `AddTable()`, relate issue #216;
|
6 years ago |
Ri Xu
|
200437d778
Fix document typo.
|
6 years ago |
Ri Xu
|
b7b937a8a3
godoc updated.
|
7 years ago |
Ri Xu
|
f05f799f8d
- API changed, use worksheet name instead of "sheet" + index, related issue #25, #43, #47, #51, #89, #101, #116 and #120.
|
7 years ago |
Ri Xu
|
308776e350
Optimize code, go test and godoc updated.
|
7 years ago |
Ri Xu
|
555e2ba9a8
- Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
|
7 years ago |
Ri Xu
|
35841caaf1
- Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64;
|
7 years ago |
Ri Xu
|
9928bbc7c8
- New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;
|
7 years ago |
Ri Xu
|
a9f671d98f
- New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issue #61;
|
7 years ago |
Ri Xu
|
efff54ccde
- Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;
|
7 years ago |
Ri Xu
|
c89d842352
Init auto filter support, relate issue #59.
|
7 years ago |
Ri Xu
|
dea57dd0ae
Code optimize.
|
7 years ago |
Ri Xu
|
7f30a6c943
- Initialize shape support: new function `AddShape()` added. Relate issue #38;
|
7 years ago |
Ri Xu
|
46b8c46d91
- Initialize table support;
|
7 years ago |