• 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
aaced35 2018-05-26 17:23:15 xuri

- Initialize shared formula types support, relate issue #227;
- go test and godoc has been updated

d96440e 2018-05-15 22:00:56 xuri

- Performance optimization 20% faster, 14% memory savings on set cell values;
- Using the canonical syntax in issue template and contributing guide;
- go test has been updated

167554b 2018-05-14 11:12:46 xuri

Improve unit testing, remove redundant code.

eb62256 v1.3.0 2018-05-11 11:14:18 xuri

Simplify testing code, add test case for outline functions and update the godoc.

b5655ce 2018-05-10 10:50:31 xuri


Merge pull request #219 from jdevelop/feature/chart-size

Added helper functions to set the chart size.

1787c35 2018-05-09 21:13:20 Eugene Dzhurinsky

Use format string for chart dimension.

Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com>

18aa606 2018-05-09 11:40:00 xuri


Merge pull request #221 from srdolor/outline

Added functions to set and get outline level for columns and rows.

e09e47d 2018-05-09 09:21:26 Eugene Dzhurinsky

Custom chart size.

Added helper functions to set the chart size.
Added the unit test

Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com>

e8961f0 2018-05-08 11:36:13 xuri

- Bugfix: set font family not works, relate issue #222;
- Remove useless function `replaceWorkSheetsRelationshipsNameSpace()`;
- Make test cases use strict error checking

e70618d 2018-05-08 03:47:31 Ilya Kuznetsov

Added functions to set and get outline level for columns and rows.

038e342 2018-05-07 17:44:02 xuri


Merge pull request #220 from lunny/lunny/refactor

save bytes on memory instead of string

d04be7b 2018-05-07 17:42:30 xuri


Merge branch 'master' into lunny/refactor

3ca180f 2018-05-07 17:14:35 Ri Xu

Merge test cases and use strict error checking.

38ad20e 2018-05-07 17:12:51 Lunny Xiao

save bytes on memory instead of string

761d47f 2018-05-07 16:50:11 xuri


Merge pull request #211 from OloloevReal/master

Added ZoomScale SheetViewOption

3746ba6 2018-05-07 16:48:58 xuri


Merge pull request #218 from lunny/master

Add iterator method for rows

bc451a7 2018-05-05 14:33:19 Lunny Xiao

add iterator method for rows

934ecec 2018-05-04 12:20:51 Ri Xu

- Set name of table support in `AddTable()`, relate issue #216;
- godoc and go test has been updated

200437d 2018-05-03 11:01:41 Ri Xu

Fix document typo.

a9c7d66 2018-04-26 12:41:13 Ri Xu

- Support to set the positioning of a picture, relate issue #214;
- go test and godoc has been updated

9ee57fd 2018-04-23 01:14:58 Ri Xu

Fix typo and adding Chinese version document.

52eb0ec 2018-04-16 20:05:51 OloloevReal

Merge branch 'master' of https://github.com/OloloevReal/excelize

b8464af 2018-04-16 20:01:10 OloloevReal

Added ZoomScale SheetViewOption
Accessible value between 10 - 400

Used as:
xlsx.SetSheetViewOptions(sheet, 0, excelize.ZoomScale(75))

9933a49 2018-04-16 05:14:00 OloloevReal

Fixed checking accessible value for ZoomScale, was missed in last commit

4efc3dd 2018-04-16 04:56:47 OloloevReal

Added ZoomScale SheetViewOption
Accessible value between 10 - 400

Used as:
xlsx.SetSheetViewOptions(sheet, 0, excelize.ZoomScale(75))

2b97c3b 2018-04-09 20:44:08 Ri Xu

- Support to read inlineStr type cell value, relate issue #208, PR #209;
- go test and godoc has been updated

564ebe4 2018-04-08 11:31:11 Ri Xu

- Fix `checkCellInArea()` index out of range when merged cell ref is single coordinate, relate issue #206;
- go test updated;
- Repository icon for SourceTree has been added

a6fc5a7 2018-04-02 11:59:15 Ri Xu

- Make row index consistent in function `SetRowHeight` and `GetRowHeight`, fix issue #205;
- go test and godoc has been updated

dcbde4b 2018-03-29 21:17:07 Ri Xu

- Add categories or values on reverse order (orientation of the chart) support, and set auto or fixed maximum, minimum of the axis, relate issue #202;
- go test and godoc has been updated

50e3963 2018-03-27 22:14:40 Ri Xu

Remove English from the Chinese Readme file.

Show on old repository browser