| Rev. | Time | Author |
|---|---|---|
| 346622b | 2017-07-06 11:11:26 | |
|
Merge pull request #79 from ocelotsloth/fix-typo |
||
| bf4b02e | 2017-07-06 11:08:13 | |
|
Update image in readme and fix typo. |
||
| 4a17c14 | 2017-07-06 10:59:19 | Mark Stenglein |
|
SHEET.GO: Fix small typo |
||
| 38df838 | 2017-07-05 14:30:56 | |
|
Bugfix: unable to read the value of the merged cell, relate issue #78 |
||
| 654a676 | 2017-06-29 20:41:00 | |
|
- New function `NewStyle()` added and function `SetCellStyle()` has been exported, relate issue #72; |
||
| e05867a | 2017-06-29 14:28:44 | |
|
Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70. |
||
| 8646665 | 2017-06-29 12:14:33 | |
|
- Unify the index row number index of functions `SetRowHeight()` and `GetRowHeight()` relate issue #68; |
||
| 14eca84 | 2017-06-28 21:56:42 | |
|
Function `GetColWidth()` and `GetRowHeight()` has been exported, relate issue #68. |
||
| 66e5d1f | 2017-06-28 18:03:20 | |
|
API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` instead of `WriteTo()`. |
||
| 555e2ba | 2017-06-27 18:53:06 | |
|
- Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; |
||
| 35841ca | 2017-06-26 19:44:19 | |
|
- Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64; |
||
| db4aff0 | 2017-06-23 22:07:30 | |
|
- Handle pre-defined number format set of cell when set cell value with `time.Time` data type, related issue #62; |
||
| 2f87719 | 2017-06-20 14:48:06 | |
|
Code of conduct and contributing guidelines added. |
||
| 7bc4330 | 2017-06-19 12:18:58 | |
|
- Support insert new lines into shape, relate issue #38, note that the format set parameter of function `AddShape()` changed; |
||
| 9928bbc | 2017-06-15 12:03:29 | |
|
- New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61; |
||
| a9f671d | 2017-06-14 16:01:49 | |
|
- New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issue #61; |
||
| efff54c | 2017-06-12 19:05:09 | |
|
- Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60; |
||
| c89d842 | 2017-06-08 12:11:11 | |
|
Init auto filter support, relate issue #59. |
||
| c5dc632 | 2017-06-03 18:36:28 | |
|
- Fix missing relationships in drawing content type shall, relate issue #58; |
||
| d372bb9 | 2017-05-30 13:13:13 | |
|
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 | |
|
Set cell support column style predefined detection, relate issue #54. |
||
| 7c3f91a | 2017-05-25 12:15:38 | |
|
Fix non-visual canvas properties ID calculator. |
||
| fbc3d1c | 2017-05-25 11:57:45 | |
|
- Worksheet conditional formatting support added, relate issue #56; |
||
| dea57dd | 2017-05-24 15:17:35 | |
|
Code optimize. |
||
| 70f6328 | 2017-05-16 21:42:01 | |
|
Support set font style of shape text. Relate issue #38. |
||
| cf97118 | 2017-05-13 15:12:43 | |
|
- The max author and text in comment limit added; |
||
| d93a156 | 2017-05-13 14:28:21 | |
|
Initialize comments support & go test updated. |
||
| 66349f8 | 2017-05-05 20:15:39 | |
|
Handle number formats out of built-in range exception by returning raw value, relate issue #50. |
||
| 8fbab47 | 2017-05-05 15:40:28 | |
|
- Formatted cell data support, fix issue #48; |
||
| 7f30a6c | 2017-04-30 21:03:43 | |
|
- Initialize shape support: new function `AddShape()` added. Relate issue #38; |
||