| Rev. | Time | Author |
|---|---|---|
| 46b8c46 | 2017-04-28 16:49:41 | |
|
- Initialize table support; |
||
| 2868bd3 | 2017-04-26 12:43:39 | |
|
- New function `HideSheet()` and `UnhideSheet()` added; |
||
| 266d2c3 | 2017-04-25 19:43:10 | |
|
- Font bold, italic and underline style support. Relate issue #45; |
||
| d78ac41 | 2017-04-23 01:39:14 | |
|
- Update doc of function `AddChart()`; |
||
| 219aade | 2017-04-23 01:10:23 | |
|
- Initialize char support, relate issue #31; |
||
| 6e28783 | 2017-04-07 18:32:14 | |
|
- Set number format for a cell support; |
||
| c7e277a | 2017-04-04 20:12:35 | |
|
- New function `CopySheet()` added, relate issue #33; |
||
| b4ed9cc | 2017-04-01 22:02:25 | |
|
New function `GetSheetIndex()` added, relate issue #25; |
||
| 8fd061b | 2017-04-01 14:56:39 | |
|
- Fix SheetCount count error; |
||
| 330c7a0 | 2017-03-31 18:14:35 | |
|
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. |
||
| 7ceb4f2 | 2017-03-30 12:06:51 | |
|
Godoc updated. |
||
| 02b81b7 | 2017-03-28 22:18:06 | |
|
- Get an images in a cell supported, new function `GetPicture` added; |
||
| 8dcdf90 | 2017-03-28 13:03:54 | |
|
Golang version 1.8+ required. |
||
| bee487c | 2017-03-28 12:48:09 | |
|
Leading space(s) character in cell value detection added. Related issue #32. |
||
| b625420 | 2017-03-26 16:27:04 | |
|
- Set text in cell align support, note that the parameters of the `SetCellStyle` function have changed; |
||
| 0d3452f | 2017-03-22 19:51:18 | |
|
- Delete sheet from workbook support, related issue #30; |
||
| 68b4d1f | 2017-03-19 18:14:40 | |
|
- Set cell background color and style support; |
||
| de6e075 | 2017-03-12 21:38:26 | |
|
Performance improvement |
||
| 5384756 | 2017-03-11 00:10:15 | |
|
- Complete the element `sheetFormatPr` struct definition; |
||
| 1f73f08 | 2017-03-06 13:05:41 | |
|
- New feature: border setting support (Related issue #21); |
||
| 48722e6 | 2017-03-03 16:03:57 | |
|
Fix data validation property is missing after saved. Related issue issue #28. |
||
| 109d8ad | 2017-03-01 12:00:42 | |
|
Fix missing `oneCellAnchor` element after add picture in some cases. |
||
| 1e340ae | 2017-02-28 13:59:04 | |
|
Change function `AddPicture()` parameters to add add printing settings support. Related issue #27. |
||
| 4b8b410 | 2017-02-17 18:41:11 | |
|
Bugfix #23 can't get multiple records. |
||
| 8341031 | 2017-02-17 15:20:50 | |
|
Merge pull request #22 from jfyne/master |
||
| bd817ea | 2017-02-17 03:38:57 | Josh Fyne |
|
Put path back into a file |
||
| e8ba09d | 2017-02-17 03:30:05 | Josh Fyne |
|
io.Reader not io.ReaderAt |
||
| d9f4a2f | 2017-02-17 03:25:55 | Josh Fyne |
|
Standardize input and output |
||
| 0833a9d | 2017-02-12 20:03:24 | |
|
- Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ; |
||
| 53564cb | 2017-02-07 15:03:03 | |
|
Fix issue #19. |
||