Takayuki Usui
|
02728de4d2
Conut and trim sheet name in UTF-8
|
7 years ago |
Ri Xu
|
6626a26f7b
Simplify code and update unit tests.
|
7 years ago |
Ri Xu
|
308776e350
Optimize code, go test and godoc updated.
|
7 years ago |
Ri Xu
|
bbed2f6dc9
- Init create or remove panes support;
|
7 years ago |
Ri Xu
|
3b2c80ddc3
Trim blank cells which created by `completeCol()`, relate issue #81
|
7 years ago |
Mark Stenglein
|
4a17c14399
SHEET.GO: Fix small typo
|
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
|
a9f671d98f
- New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issue #61;
|
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
|
d93a156355
Initialize comments support & go test updated.
|
7 years ago |
Ri Xu
|
7f30a6c943
- Initialize shape support: new function `AddShape()` added. Relate issue #38;
|
7 years ago |
Ri Xu
|
2868bd3ec9
- New function `HideSheet()` and `UnhideSheet()` added;
|
7 years ago |
Ri Xu
|
c7e277a07a
- New function `CopySheet()` added, relate issue #33;
|
7 years ago |
Ri Xu
|
b4ed9cc40f
New function `GetSheetIndex()` added, relate issue #25;
|
7 years ago |
Ri Xu
|
8fd061b98f
- Fix SheetCount count error;
|
7 years ago |
Ri Xu
|
02b81b7efe
- Get an images in a cell supported, new function `GetPicture` added;
|
7 years ago |
Ri Xu
|
0d3452fbe2
- Delete sheet from workbook support, related issue #30;
|
7 years ago |
Ri Xu
|
de6e075713
Performance improvement
|
7 years ago |
Ri Xu
|
bd5b033b02
Support set work sheet background image.
|
8 years ago |
Ri Xu
|
81146218c7
Update README, godoc and fix typo.
|
8 years ago |
Ri Xu
|
4a9b39afc6
- Add hyperlink and set formula support for cell support;
|
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 |
Ri Xu
|
9e8d36ce59
- Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions;
|
8 years ago |
Ri Xu
|
f958f05a3b
- Fix issue: sheet protection and conditional formatting proprietary missing after save;
|
8 years ago |
Ri Xu
|
c5cc500b88
- Fix issue: pivot cache and extending spreadsheetML missing;
|
8 years ago |
Ri Xu
|
b84bfa7eab
- Update maximum 31 characters allowed in sheet title;
|
8 years ago |
Ri Xu
|
a08c8eb1ae
- Fix issue comments missing after save;
|
8 years ago |
Ri Xu
|
ddeed48fc1
- Fix issue background image and table missing after save;
|
8 years ago |