Ri Xu
|
d78ac4108c
- Update doc of function `AddChart()`;
|
8 年 前 |
Ri Xu
|
219aadeb76
- Initialize char support, relate issue #31;
|
8 年 前 |
Ri Xu
|
6e287839ec
- Set number format for a cell support;
|
8 年 前 |
Ri Xu
|
c7e277a07a
- New function `CopySheet()` added, relate issue #33;
|
8 年 前 |
Ri Xu
|
b4ed9cc40f
New function `GetSheetIndex()` added, relate issue #25;
|
8 年 前 |
Ri Xu
|
8fd061b98f
- Fix SheetCount count error;
|
8 年 前 |
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 年 前 |
Ri Xu
|
7ceb4f21ad
Godoc updated.
|
8 年 前 |
Ri Xu
|
02b81b7efe
- Get an images in a cell supported, new function `GetPicture` added;
|
8 年 前 |
Ri Xu
|
8dcdf9024d
Golang version 1.8+ required.
|
8 年 前 |
Ri Xu
|
bee487c445
Leading space(s) character in cell value detection added. Related issue #32.
|
8 年 前 |
Ri Xu
|
b6254209fe
- Set text in cell align support, note that the parameters of the `SetCellStyle` function have changed;
|
8 年 前 |
Ri Xu
|
0d3452fbe2
- Delete sheet from workbook support, related issue #30;
|
8 年 前 |
Ri Xu
|
68b4d1f546
- Set cell background color and style support;
|
8 年 前 |
Ri Xu
|
de6e075713
Performance improvement
|
8 年 前 |
Ri Xu
|
5384756d64
- Complete the element `sheetFormatPr` struct definition;
|
8 年 前 |
Ri Xu
|
1f73f08185
- New feature: border setting support (Related issue #21);
|
8 年 前 |
Ri Xu
|
48722e6482
Fix data validation property is missing after saved. Related issue issue #28.
|
8 年 前 |
Ri Xu
|
109d8adae3
Fix missing `oneCellAnchor` element after add picture in some cases.
|
8 年 前 |
Ri Xu
|
1e340aea40
Change function `AddPicture()` parameters to add add printing settings support. Related issue #27.
|
8 年 前 |
Ri Xu
|
4b8b410f52
Bugfix #23 can't get multiple records.
|
8 年 前 |
Ri Xu
|
83410317ed
Merge pull request #22 from jfyne/master
|
8 年 前 |
Josh Fyne
|
bd817ea890
Put path back into a file
|
8 年 前 |
Josh Fyne
|
e8ba09d0c5
io.Reader not io.ReaderAt
|
8 年 前 |
Josh Fyne
|
d9f4a2f154
Standardize input and output
|
8 年 前 |
Ri Xu
|
0833a9d5da
- Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ;
|
8 年 前 |
Ri Xu
|
53564cbe57
Fix issue #19.
|
9 年 前 |
Ri Xu
|
94dc0da329
Merge pull request #18 from nikolassilva/master
|
9 年 前 |
Nikolas Silva
|
8ce12b60b8
Add SetRowHeight function
|
9 年 前 |
Ri Xu
|
a1060e779e
Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFormula`, `GetCellValue` and `GetCellFormula` to support the merged cells.
|
9 年 前 |