• R/O
  • HTTP
  • SSH
  • HTTPS

excelize: List of commits

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets


RSS
Rev. Time Author
46b8c46 2017-04-28 16:49:41 Ri Xu

- Initialize table support;
- go test updated

2868bd3 2017-04-26 12:43:39 Ri Xu

- New function `HideSheet()` and `UnhideSheet()` added;
- go test updated

266d2c3 2017-04-25 19:43:10 Ri Xu

- Font bold, italic and underline style support. Relate issue #45;
- Function `GetRows()` doc updated, relate issue #43;
- go test and embed template updated

d78ac41 2017-04-23 01:39:14 Ri Xu

- Update doc of function `AddChart()`;
- Readme updated;
- go test update

219aade 2017-04-23 01:10:23 Ri Xu

- Initialize char support, relate issue #31;
- Doc for function `GetRows()` updated, relate issue #43;
- Fix doc typo in `xmlContentTypes.go`;
- Default template updated;
- Readme updated;
- go test updated

6e28783 2017-04-07 18:32:14 Ri Xu

- Set number format for a cell support;
- go test updated

c7e277a 2017-04-04 20:12:35 Ri Xu

- New function `CopySheet()` added, relate issue #33;
- Typo fixed;
- go test updated

b4ed9cc 2017-04-01 22:02:25 Ri Xu

New function `GetSheetIndex()` added, relate issue #25;
Fix return index error in function `GetSheetMap()`;
Fix return worksheet name error in function `GetSheetName()`;
go test updated

8fd061b 2017-04-01 14:56:39 Ri Xu

- Fix SheetCount count error;
- Optimize deserialization operations;
- README updated, add go version required notice

330c7a0 2017-03-31 18:14:35 Ri Xu

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 Ri Xu

Godoc updated.

02b81b7 2017-03-28 22:18:06 Ri Xu

- Get an images in a cell supported, new function `GetPicture` added;
- go test updated

8dcdf90 2017-03-28 13:03:54 Ri Xu

Golang version 1.8+ required.

bee487c 2017-03-28 12:48:09 Ri Xu

Leading space(s) character in cell value detection added. Related issue #32.

b625420 2017-03-26 16:27:04 Ri Xu

- Set text in cell align support, note that the parameters of the `SetCellStyle` function have changed;
- go test updated

0d3452f 2017-03-22 19:51:18 Ri Xu

- Delete sheet from workbook support, related issue #30;
- go test updated

68b4d1f 2017-03-19 18:14:40 Ri Xu

- Set cell background color and style support;
- Rename function `SetBorder` to `SetCellStyle`;
- Complete `xlsxColor` structure definition;
- go test updated

de6e075 2017-03-12 21:38:26 Ri Xu

Performance improvement

5384756 2017-03-11 00:10:15 Ri Xu

- Complete the element `sheetFormatPr` struct definition;
- Partial logic performance optimization, use pointer reference instead of a pass the variable value;
- Add comments for content types struct definition;
- Update go test `TestSetBorder` section

1f73f08 2017-03-06 13:05:41 Ri Xu

- New feature: border setting support (Related issue #21);
- Function parameter code is simplified;
- Fix element `Tint` value parsing error in worksheet;
- Update go test

48722e6 2017-03-03 16:03:57 Ri Xu

Fix data validation property is missing after saved. Related issue issue #28.

109d8ad 2017-03-01 12:00:42 Ri Xu

Fix missing `oneCellAnchor` element after add picture in some cases.

1e340ae 2017-02-28 13:59:04 Ri Xu

Change function `AddPicture()` parameters to add add printing settings support. Related issue #27.

4b8b410 2017-02-17 18:41:11 Ri Xu

Bugfix #23 can't get multiple records.

8341031 2017-02-17 15:20:50 Ri Xu

Merge pull request #22 from jfyne/master

Standard io.Reader and io.Writer capabilities

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 Ri Xu

- Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ;
- Fix go test typo;
- Update README

53564cb 2017-02-07 15:03:03 Ri Xu

Fix issue #19.

Show on old repository browser