Ri Xu
|
934ecec1a9
|
- Set name of table support in `AddTable()`, relate issue #216;
- godoc and go test has been updated
|
2018-05-04 11:20:51 +08:00 |
Ri Xu
|
200437d778
|
Fix document typo.
|
2018-05-03 10:01:41 +08:00 |
Ri Xu
|
b7b937a8a3
|
godoc updated.
|
2017-09-13 22:17:40 +08:00 |
Ri Xu
|
f05f799f8d
|
- API changed, use worksheet name instead of "sheet" + index, related issue #25, #43, #47, #51, #89, #101, #116 and #120.
- go test updated
|
2017-09-13 22:00:33 +08:00 |
Ri Xu
|
308776e350
|
Optimize code, go test and godoc updated.
|
2017-07-30 15:46:04 +08:00 |
Ri Xu
|
555e2ba9a8
|
- Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
- Readme and go doc updated
|
2017-06-27 17:53:06 +08:00 |
Ri Xu
|
35841caaf1
|
- Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64;
- Make function `ToAlphaString()` exportable, relate issue #63
|
2017-06-26 18:44:19 +08:00 |
Ri Xu
|
9928bbc7c8
|
- New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;
- go test updated;
- Fix typo
|
2017-06-15 11:03:29 +08:00 |
Ri Xu
|
a9f671d98f
|
- New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issue #61;
- go test updated
|
2017-06-14 15:01:49 +08:00 |
Ri Xu
|
efff54ccde
|
- Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;
- Simplified code
|
2017-06-12 18:05:09 +08:00 |
Ri Xu
|
c89d842352
|
Init auto filter support, relate issue #59.
|
2017-06-08 11:11:11 +08:00 |
Ri Xu
|
dea57dd0ae
|
Code optimize.
|
2017-05-24 14:17:35 +08:00 |
Ri Xu
|
7f30a6c943
|
- Initialize shape support: new function `AddShape()` added. Relate issue #38;
- Drawing `nvPicPr` element ID property calculation changed;
- go test updated
|
2017-04-30 20:03:43 +08:00 |
Ri Xu
|
46b8c46d91
|
- Initialize table support;
- go test updated
|
2017-04-28 15:49:41 +08:00 |