peng
|
e2e58a3a44
New function: `SearchSheet()`, relate issue #277
|
6 years ago |
xuri
|
1c45425f12
resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support
|
6 years ago |
xuri
|
204139739a
Merge branch 'master' into master
|
6 years ago |
xuri
|
3e004d900b
Comments style changed.
|
6 years ago |
xuri
|
13a9769cc5
Comments style changed.
|
6 years ago |
xuri
|
2f146c923c
Comments style changed.
|
6 years ago |
xuri
|
6ced438f39
New function `AddPictureFromBytes()` has been added, this resolve #259 and close #271.
|
6 years ago |
xuri
|
b4a6e61ec3
Fix golint errors under confidence 0.1
|
6 years ago |
xuri
|
ec37b114c3
Fixes #256 and format document.
|
6 years ago |
xuri
|
a3571ee39b
Bugfix: create worksheet cause file issue. Relate issue #249.
|
6 years ago |
Olivier Mengué
|
4a1b406456
CopySheet() using reflect instead of encoding/gob
|
7 years ago |
Sebastian Willing
|
ccdefb3b16
Documentation:
|
6 years ago |
xuri
|
9e463b4614
- Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()`
|
6 years ago |
xuri
|
d96440edc4
- Performance optimization 20% faster, 14% memory savings on set cell values;
|
6 years ago |
xuri
|
167554bfec
Improve unit testing, remove redundant code.
|
6 years ago |
Lunny Xiao
|
38ad20efc1
save bytes on memory instead of string
|
6 years ago |
Ri Xu
|
200437d778
Fix document typo.
|
6 years ago |
Ri Xu
|
a9c7d6637c
- Support to set the positioning of a picture, relate issue #214;
|
6 years ago |
Ri Xu
|
d65b30055d
- Update the function `NewSheet()` to handle when already exists a worksheet of the same name, relate pull request #196;
|
6 years ago |
Ri Xu
|
06e54bf1c6
Readme and godoc has been updated.
|
6 years ago |
Ri Xu
|
749d12eece
- Fix `DeleteSheet()` make broken file, relate issue #165;
|
7 years ago |
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
|
905be463ed
Improve code readability.
|
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
|
1ec2661dda
Bugfix: deep copy issue with function `CopySheet()`, relate PR #108.
|
7 years ago |
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 |