• 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
adce2de 2018-03-27 22:01:07 Ri Xu

Add the Chinese version of the README file.

d65b300 2018-03-16 21:54:07 Ri Xu

- Update the function `NewSheet()` to handle when already exists a worksheet of the same name, relate pull request #196;
- go test and godoc has been updated

770026e 2018-03-12 21:14:39 Ri Xu

- New function `SetSheetRow()` has been added for support write whole line at once, relate issue #96 and #194;
- go test and godoc updated;
- Note that this function performance has not been tested

ecc3adf 2018-03-07 13:56:18 Ri Xu

- Add protection properties associated with the cell support, relate issue #191;
- godoc and go test has been updated

06e54bf 2018-03-06 11:36:12 Ri Xu

Readme and godoc has been updated.

45c31c4 2018-03-05 22:23:52 Ri Xu

- Update the function `AddChart()`: clustered, stacked and 100% stacked bar and column series charts supported, relate issue #190;
- go test and godoc has been updated

b1b056e 2018-03-02 11:19:40 Ri Xu

Handle special shared string table file name `xl/SharedStrings.xml`, relate issue #188

9d7b94d 2018-02-12 12:45:42 Ri Xu

Update godoc to make charts compatibility with WPS, relate issue #187.

7621927 2018-02-03 16:02:37 Ri Xu

- Add a hyperlink to an image support for the function `AddPicture()`, relate issue #185;
- go test and document has been updated.

638bd44 2018-01-31 12:12:43 Ri Xu

- gofmted with -s;
- Fix ineffectual assignments in Go code;
- Godoc has been updated

12760a7 2018-01-29 21:00:39 xuri


Merge pull request #184 from martinal/speedup-setcellstyle-more

Speedup `SetCellStyle()` more.

e556c25 2018-01-29 20:39:06 Martin Sandve Alnæs

Avoid looping over unused rows and columns in SetCellStyle.

The recent improvement to SetCellStyle still loops
over all the rows before the area, moving the area checks
into the loop is more concise and faster.

Since the loop now covers the correct area by construction,
the inner loop check checkCellInArea is no longer needed.

6f4e4d9 2018-01-28 14:57:32 Ri Xu

Revert "The godoc and readme page has been updated."

This reverts commit e4611e9e2518b6d48f1dd89879685f18749da759.

e4611e9 2018-01-26 18:17:44 Ri Xu

The godoc and readme page has been updated.

4aadca6 2018-01-26 17:53:17 xuri


Merge pull request #183 from pvelder/182_fix

xlsx.SetCellValue() now supports bool value

b25ec6e 2018-01-26 02:08:26 dvelderp

xlsx.SetCellValue() now supports bool value

541d29f 2018-01-19 21:58:26 xuri


Merge pull request #180 from mbresson/optimize-SetCellStyle

make SetCellStyle quicker by skipping conversions in checkCellInArea,…

317ef65 2018-01-19 18:49:09 mbresson

make SetCellStyle quicker by skipping conversions in checkCellInArea, and skipping area checks when we are sure the cell can't be before or past the current row/col
Signed-off-by: Matthieu Bresson

50cdaed 2018-01-09 00:03:59 Ri Xu

- Add 3D column and 3D 100% stacked column chart support, relate issue #160;
- go test updated

6dc135a 2018-01-06 09:05:43 Ri Xu

Fix read columns count wrong in specific xlsx data, relate issue #175

52b1a8e 2018-01-05 10:39:31 Ri Xu

- Function `SetCellValue()` time.Duration support added, relate issue #176;
- go test updated

e13ccce 2018-01-03 18:54:28 Ri Xu

Copyright updated.

4618730 2017-12-16 15:22:10 Ri Xu

Issue template and contributing guide updated.

af737dd 2017-12-15 10:57:12 Ri Xu

Issue template added.

749d12e 2017-12-05 00:54:32 Ri Xu

- Fix `DeleteSheet()` make broken file, relate issue #165;
- godoc updated

6d634ca v1.2.0 2017-12-01 17:52:15 Ri Xu

GitHub repo URL changed.

4436957 2017-12-01 17:50:07 xuri


Merge pull request #153 from jinzhu/master

Rename import path to github.com/360EntSecGroup-Skylar/excelize

76366fc 2017-12-01 17:31:27 Ri Xu

Travis CI config updated and typo fixed.

07a4140 2017-12-01 16:47:39 Ri Xu

- 24 hour time format supported, relate issue #163;
- godoc and go test updated

2dc3854 2017-11-25 23:26:54 xuri


Merge pull request #162 from rohanthewiz/master

Add stacked bar chart

Show on old repository browser