• 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
346622b 2017-07-06 11:11:26 Ri Xu

Merge pull request #79 from ocelotsloth/fix-typo

SHEET.GO: Fix small typo

bf4b02e 2017-07-06 11:08:13 Ri Xu

Update image in readme and fix typo.

4a17c14 2017-07-06 10:59:19 Mark Stenglein

SHEET.GO: Fix small typo

Adds a '{' to the example for sheet.GetSheetMap()

Signed-off-by: Mark Stenglein <mark@stengle.in>

38df838 2017-07-05 14:30:56 Ri Xu

Bugfix: unable to read the value of the merged cell, relate issue #78

654a676 2017-06-29 20:41:00 Ri Xu

- New function `NewStyle()` added and function `SetCellStyle()` has been exported, relate issue #72;
- go test and go doc updated

e05867a 2017-06-29 14:28:44 Ri Xu

Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70.

8646665 2017-06-29 12:14:33 Ri Xu

- Unify the index row number index of functions `SetRowHeight()` and `GetRowHeight()` relate issue #68;
- Unify the return value data type of functions `SetColWidth()` and `GetColWidth()`;
- go test updated

14eca84 2017-06-28 21:56:42 Ri Xu

Function `GetColWidth()` and `GetRowHeight()` has been exported, relate issue #68.

66e5d1f 2017-06-28 18:03:20 Ri Xu

API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` instead of `WriteTo()`.

555e2ba 2017-06-27 18:53:06 Ri Xu

- Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
- Readme and go doc updated

35841ca 2017-06-26 19:44:19 Ri Xu

- Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64;
- Make function `ToAlphaString()` exportable, relate issue #63

db4aff0 2017-06-23 22:07:30 Ri Xu

- Handle pre-defined number format set of cell when set cell value with `time.Time` data type, related issue #62;
- go doc updated

2f87719 2017-06-20 14:48:06 Ri Xu

Code of conduct and contributing guidelines added.

7bc4330 2017-06-19 12:18:58 Ri Xu

- Support insert new lines into shape, relate issue #38, note that the format set parameter of function `AddShape()` changed;
- go test and go doc updated

9928bbc 2017-06-15 12:03:29 Ri Xu

- New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;
- go test updated;
- Fix typo

a9f671d 2017-06-14 16:01:49 Ri Xu

- New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issue #61;
- go test updated

efff54c 2017-06-12 19:05:09 Ri Xu

- Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;
- Simplified code

c89d842 2017-06-08 12:11:11 Ri Xu

Init auto filter support, relate issue #59.

c5dc632 2017-06-03 18:36:28 Ri Xu

- Fix missing relationships in drawing content type shall, relate issue #58;
- Add a donation link, related issue #57 ^_^

d372bb9 2017-05-30 13:13:13 Ri Xu

Priority cell style, when the cell and the column at the same time with the style attribute. Relate issue #54 and #56.

e41ee8a 2017-05-26 10:31:20 Ri Xu

Set cell support column style predefined detection, relate issue #54.

7c3f91a 2017-05-25 12:15:38 Ri Xu

Fix non-visual canvas properties ID calculator.

fbc3d1c 2017-05-25 11:57:45 Ri Xu

- Worksheet conditional formatting support added, relate issue #56;
- gofmted with -s

dea57dd 2017-05-24 15:17:35 Ri Xu

Code optimize.

70f6328 2017-05-16 21:42:01 Ri Xu

Support set font style of shape text. Relate issue #38.

cf97118 2017-05-13 15:12:43 Ri Xu

- The max author and text in comment limit added;
- go doc and go test updated

d93a156 2017-05-13 14:28:21 Ri Xu

Initialize comments support & go test updated.

66349f8 2017-05-05 20:15:39 Ri Xu

Handle number formats out of built-in range exception by returning raw value, relate issue #50.

8fbab47 2017-05-05 15:40:28 Ri Xu

- Formatted cell data support, fix issue #48;
- Function `SetCellValue()` support `time.Time` data type parameter, relate issue #49;
- go doc and go test updated

7f30a6c 2017-04-30 21:03:43 Ri Xu

- Initialize shape support: new function `AddShape()` added. Relate issue #38;
- Drawing `nvPicPr` element ID property calculation changed;
- go test updated

Show on old repository browser