xuri
|
fabd9d013f
README updated
|
7 years ago |
xuri
|
1c45425f12
resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support
|
7 years ago |
xuri
|
3e004d900b
Comments style changed.
|
7 years ago |
xuri
|
13a9769cc5
Comments style changed.
|
7 years ago |
xuri
|
2f146c923c
Comments style changed.
|
7 years ago |
xuri
|
b4a6e61ec3
Fix golint errors under confidence 0.1
|
7 years ago |
xuri
|
ec37b114c3
Fixes #256 and format document.
|
7 years ago |
Alex Whitney
|
db7a605cf8
Use min/mid/max value for 2 and 3 color scale conditional formatting
|
7 years ago |
xuri
|
79dfe1c307
GoDoc updated.
|
7 years ago |
xuri
|
d6468fc114
- Initialize theme support;
|
7 years ago |
xuri
|
9cb0e9308b
- Update Travis CI to include GOARCH=386 tests, relate issue #239 and #244;
|
7 years ago |
xuri
|
9e463b4614
- Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()`
|
7 years ago |
xuri
|
e8961f0aff
- Bugfix: set font family not works, relate issue #222;
|
7 years ago |
Lunny Xiao
|
38ad20efc1
save bytes on memory instead of string
|
7 years ago |
Ri Xu
|
200437d778
Fix document typo.
|
7 years ago |
Ri Xu
|
9ee57fdb38
Fix typo and adding Chinese version document.
|
7 years ago |
Ri Xu
|
ecc3adf22a
- Add protection properties associated with the cell support, relate issue #191;
|
7 years ago |
Ri Xu
|
638bd44dd5
- gofmted with -s;
|
7 years ago |
Martin Sandve Alnæs
|
e556c25047
Avoid looping over unused rows and columns in SetCellStyle.
|
7 years ago |
mbresson
|
317ef65381
make SetCellStyle quicker by skipping conversions in checkCellInArea, and skipping area checks when we are sure the cell can't be before or past the current row/col
|
8 years ago |
Ri Xu
|
76366fc1d9
Travis CI config updated and typo fixed.
|
8 years ago |
Ri Xu
|
07a4140098
- 24 hour time format supported, relate issue #163;
|
8 years ago |
Ri Xu
|
905be463ed
Improve code readability.
|
8 years ago |
Ri Xu
|
e820388d70
Handle coordinate parse exception, relate issue #122.
|
8 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.
|
8 years ago |
Ri Xu
|
77af25295e
- Conditional format with formula support, relate issue #75;
|
8 years ago |
Ri Xu
|
845e339755
Document updated.
|
8 years ago |
Ri Xu
|
67636039f6
- Init conditional format support, relate issue #75;
|
8 years ago |
Ri Xu
|
5cf3725f02
Add missing element `xfId` of the styles to fix issue #93.
|
8 years ago |
Ri Xu
|
961996a813
- Fix `completeCol()` make extra rows, relate issue #87;
|
8 years ago |