Commit Graph

17 Commits (df6b0d9ff42e9c216b2bf7a30d36bd0c09def317)

Author SHA1 Message Date
xuri 79dfe1c307
GoDoc updated.
7 years ago
xuri 9e463b4614
- Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()`
7 years ago
Lunny Xiao 38ad20efc1
save bytes on memory instead of string
7 years ago
Ri Xu 934ecec1a9
- Set name of table support in `AddTable()`, relate issue #216;
7 years ago
Ri Xu 200437d778
Fix document typo.
7 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.
8 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;
8 years ago
Ri Xu 35841caaf1
- Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64;
8 years ago
Ri Xu 9928bbc7c8 - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;
8 years ago
Ri Xu a9f671d98f - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issue #61;
8 years ago
Ri Xu efff54ccde - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;
8 years ago
Ri Xu c89d842352 Init auto filter support, relate issue #59.
8 years ago
Ri Xu dea57dd0ae Code optimize.
8 years ago
Ri Xu 7f30a6c943 - Initialize shape support: new function `AddShape()` added. Relate issue #38;
8 years ago
Ri Xu 46b8c46d91 - Initialize table support;
8 years ago