Commit Graph

16 Commits (038e34250f3ff827d85434b65cbba86a95724318)

Author SHA1 Message Date
Ri Xu f10ee929d0
- Bugfix: use sheet name in func `AddPicture`, relate issue #142;
7 years ago
Ri Xu ebafbdde73
Bugfix: use sheet name in func `AddChat`, relate issue #138
7 years ago
Ri Xu 9b5b74d480
Performance optimization, use the array index instead of the value in range.
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 961996a813
- Fix `completeCol()` make extra rows, relate issue #87;
8 years ago
Ri Xu 6aa59a1af2
- Init insert/remove column/row support. Relate issue #77 and #82;
8 years ago
Ri Xu 86466654e2
- Unify the index row number index of functions `SetRowHeight()` and `GetRowHeight()` relate issue #68;
8 years ago
Ri Xu 14eca84073
Function `GetColWidth()` and `GetRowHeight()` has been exported, relate issue #68.
8 years ago
Ri Xu 66e5d1fa80
API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` instead of `WriteTo()`.
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 9928bbc7c8 - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;
8 years ago
Ri Xu de6e075713 Performance improvement
8 years ago
Ri Xu bd5b033b02 Support set work sheet background image.
8 years ago
Ri Xu 03234d6a25 Support add picture with offset and scaling.
8 years ago
Ri Xu 52796f6e58 Format commants, break comments after 80 characters.
8 years ago
Ri Xu f05df2a018 - New function `SetSheetName` and `SetColWidth` added, support rename sheet and set column width;
8 years ago