| Rev. | Time | Author |
|---|---|---|
| 94dc0da | 2017-02-06 10:46:40 | |
|
Merge pull request #18 from nikolassilva/master |
||
| 8ce12b6 | 2017-02-02 11:59:31 | Nikolas Silva |
|
Add SetRowHeight function |
||
| a1060e7 | 2017-01-25 19:13:11 | |
|
Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFormula`, `GetCellValue` and `GetCellFormula` to support the merged cells. |
||
| c0a3020 | 2017-01-25 16:44:18 | |
|
Support create merge cell. |
||
| bd5b033 | 2017-01-24 19:29:02 | |
|
Support set work sheet background image. |
||
| 9559f45 | 2017-01-23 17:15:01 | |
|
Fix issue #17, update README and fix typo. |
||
| 8114621 | 2017-01-22 20:20:33 | |
|
Update README, godoc and fix typo. |
||
| 03234d6 | 2017-01-22 17:16:03 | |
|
Support add picture with offset and scaling. |
||
| 4a9b39a | 2017-01-19 15:05:32 | |
|
- Add hyperlink and set formula support for cell support; |
||
| 52796f6 | 2017-01-18 17:05:01 | |
|
Format commants, break comments after 80 characters. |
||
| f05df2a | 2017-01-18 15:47:23 | |
|
- New function `SetSheetName` and `SetColWidth` added, support rename sheet and set column width; |
||
| a99f022 | 2017-01-17 20:06:42 | |
|
- New function `AddPicture()` added, support to add picture into excel cell; |
||
| 53d8c4b | 2017-01-12 10:44:10 | |
|
Merge pull request #15 from Sharsie/feature/DefaultCellVal |
||
| 57fc294 | 2017-01-12 04:43:31 | Sharsie |
|
Add tests for the default cell value |
||
| 670a587 | 2017-01-12 03:26:06 | Sharsie |
|
Add setter for default cell value |
||
| 2497ccb | 2017-01-01 00:51:42 | |
|
Fix issue struct field `paperHeight` has xml tag but is not exported. |
||
| 9e8d36c | 2017-01-01 00:47:30 | |
|
- Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions; |
||
| f958f05 | 2016-12-27 00:55:59 | |
|
- Fix issue: sheet protection and conditional formatting proprietary missing after save; |
||
| c5cc500 | 2016-12-26 19:06:12 | |
|
- Fix issue: pivot cache and extending spreadsheetML missing; |
||
| 30d0a2f | 2016-12-24 23:47:36 | |
|
- New function `GetCellFormula` added; |
||
| a16d2ec | 2016-12-23 22:41:54 | |
|
Change complete rows logic to fix call `SetCellValue`makes file corruption in some case. |
||
| b84bfa7 | 2016-12-23 18:47:25 | |
|
- Update maximum 31 characters allowed in sheet title; |
||
| a08c8eb | 2016-12-22 11:10:40 | |
|
- Fix issue comments missing after save; |
||
| ddeed48 | 2016-12-20 21:46:19 | |
|
- Fix issue background image and table missing after save; |
||
| 6e1475a | 2016-12-20 15:40:36 | |
|
Fix hyperlink missing after save issue and update completion row element logic to enhance compatibility. |
||
| 2a3620e | 2016-11-24 12:42:51 | |
|
BugFix: `SetCellValue` function assertion logic will cause panic in some case. |
||
| 6adcb9d | 2016-11-06 16:26:29 | Ri Xu |
|
Update README. |
||
| 78eb982 | 2016-11-02 13:58:51 | Ri Xu |
|
Remove useless `.xlsx` tested files and go test updated. |
||
| b4f7e72 | 2016-11-02 13:57:04 | |
|
Merge pull request #11 from NaySoftware/master |
||
| 1bbc54d | 2016-10-31 20:15:31 | ahmad |
|
sheet re-arrange |
||