Ri Xu
|
dea57dd0ae
Code optimize.
|
8 lat temu |
Ri Xu
|
d93a156355
Initialize comments support & go test updated.
|
8 lat temu |
Ri Xu
|
7f30a6c943
- Initialize shape support: new function `AddShape()` added. Relate issue #38;
|
8 lat temu |
Ri Xu
|
2868bd3ec9
- New function `HideSheet()` and `UnhideSheet()` added;
|
8 lat temu |
Ri Xu
|
c7e277a07a
- New function `CopySheet()` added, relate issue #33;
|
8 lat temu |
Ri Xu
|
b4ed9cc40f
New function `GetSheetIndex()` added, relate issue #25;
|
8 lat temu |
Ri Xu
|
8fd061b98f
- Fix SheetCount count error;
|
8 lat temu |
Ri Xu
|
02b81b7efe
- Get an images in a cell supported, new function `GetPicture` added;
|
8 lat temu |
Ri Xu
|
0d3452fbe2
- Delete sheet from workbook support, related issue #30;
|
8 lat temu |
Ri Xu
|
de6e075713
Performance improvement
|
8 lat temu |
Ri Xu
|
bd5b033b02
Support set work sheet background image.
|
9 lat temu |
Ri Xu
|
81146218c7
Update README, godoc and fix typo.
|
9 lat temu |
Ri Xu
|
4a9b39afc6
- Add hyperlink and set formula support for cell support;
|
9 lat temu |
Ri Xu
|
52796f6e58
Format commants, break comments after 80 characters.
|
9 lat temu |
Ri Xu
|
f05df2a018
- New function `SetSheetName` and `SetColWidth` added, support rename sheet and set column width;
|
9 lat temu |
Ri Xu
|
9e8d36ce59
- Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions;
|
9 lat temu |
Ri Xu
|
f958f05a3b
- Fix issue: sheet protection and conditional formatting proprietary missing after save;
|
9 lat temu |
Ri Xu
|
c5cc500b88
- Fix issue: pivot cache and extending spreadsheetML missing;
|
9 lat temu |
Ri Xu
|
b84bfa7eab
- Update maximum 31 characters allowed in sheet title;
|
9 lat temu |
Ri Xu
|
a08c8eb1ae
- Fix issue comments missing after save;
|
9 lat temu |
Ri Xu
|
ddeed48fc1
- Fix issue background image and table missing after save;
|
9 lat temu |
Ri Xu
|
6e1475a242
Fix hyperlink missing after save issue and update completion row element logic to enhance compatibility.
|
9 lat temu |
Ri Xu
|
6185cd577d
Update go test.
|
9 lat temu |
Ri Xu
|
75abc628fe
Update godoc of package.
|
9 lat temu |
Ri Xu
|
2e8fa2d39c
Use conjunction with strings.Map to split Axis and update godoc.
|
9 lat temu |
Ri Xu
|
50863294f9
Fix issue #2 change project to object-oriented style and update readme file.
|
9 lat temu |
Ri Xu
|
956a4627d1
Fix issue #4 use builtin `map` instead of home-built.
|
9 lat temu |
Ri Xu
|
9c3a24d5c3
xml marshal without indent and use buffer in string concatenation.
|
9 lat temu |
Ri Xu
|
192af02a40
Format code with golint rules
|
9 lat temu |
Ri Xu
|
3c4ad28db7
- Get cell value support
|
9 lat temu |