Ri Xu
|
52b1a8e896
- Function `SetCellValue()` time.Duration support added, relate issue #176;
|
8 years ago |
Ri Xu
|
96b3e1ea74
Bugfix: corrupted xlsx after write operation, relate issue #152.
|
8 years ago |
xuri
|
a4ffb4fbfc
Merge pull request #141 from WingGao/wing
|
8 years ago |
Ri Xu
|
f10ee929d0
- Bugfix: use sheet name in func `AddPicture`, relate issue #142;
|
8 years ago |
Wing Gao
|
48b8bac126
fix OpenReader no sheet error
|
8 years ago |
Ri Xu
|
8077732dff
Bugfix: read sheet name error, relate issue #137
|
8 years ago |
Ri Xu
|
9b5b74d480
Performance optimization, use the array index instead of the value in range.
|
8 years ago |
Ri Xu
|
905be463ed
Improve code readability.
|
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
|
6aa59a1af2
- Init insert/remove column/row support. Relate issue #77 and #82;
|
8 years ago |
Ri Xu
|
38df838598
Bugfix: unable to read the value of the merged cell, relate issue #78
|
8 years ago |
Ri Xu
|
654a676d93
- New function `NewStyle()` added and function `SetCellStyle()` has been exported, relate issue #72;
|
8 years ago |
Ri Xu
|
e05867a033
Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70.
|
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
|
35841caaf1
- Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64;
|
8 years ago |
Ri Xu
|
db4aff04fd
- Handle pre-defined number format set of cell when set cell value with `time.Time` data type, related issue #62;
|
8 years ago |
Ri Xu
|
efff54ccde
- Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;
|
8 years ago |
Ri Xu
|
d372bb977f
Priority cell style, when the cell and the column at the same time with the style attribute. Relate issue #54 and #56.
|
8 years ago |
Ri Xu
|
e41ee8a124
Set cell support column style predefined detection, relate issue #54.
|
8 years ago |
Ri Xu
|
dea57dd0ae
Code optimize.
|
8 years ago |
Ri Xu
|
8fbab47444
- Formatted cell data support, fix issue #48;
|
8 years ago |
Ri Xu
|
8fd061b98f
- Fix SheetCount count error;
|
8 years ago |
Ri Xu
|
330c7a0925
Performance enhancements, remove redundant XML element checking logic. Relate issue #29. The benchmark report of the current version of this library is shown on the wiki page.
|
8 years ago |
Ri Xu
|
bee487c445
Leading space(s) character in cell value detection added. Related issue #32.
|
8 years ago |
Ri Xu
|
de6e075713
Performance improvement
|
8 years ago |
Ri Xu
|
5384756d64
- Complete the element `sheetFormatPr` struct definition;
|
8 years ago |
Ri Xu
|
1f73f08185
- New feature: border setting support (Related issue #21);
|
8 years ago |
Josh Fyne
|
bd817ea890
Put path back into a file
|
8 years ago |
Josh Fyne
|
e8ba09d0c5
io.Reader not io.ReaderAt
|
8 years ago |
Josh Fyne
|
d9f4a2f154
Standardize input and output
|
8 years ago |