Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix comments according to best practices by effective go | xuri | 2018-12-11 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
| | |||
* | Fixes #256 and format document. | xuri | 2018-08-06 |
| | |||
* | Restore date 32bit compatibility, be more verbose | Mārtiņš | 2018-06-26 |
| | | | | | Do not use large int64 constants that are not available in GOARCH=386 Fix #239 | ||
* | Ability to parse dates further in future | Mārtiņš | 2018-06-20 |
| | | | | Golangs time.Duration uses nanoseconds, thus it is limited to approximately 290 years. | ||
* | - Formatted cell data support, fix issue #48; | Ri Xu | 2017-05-05 |
- Function `SetCellValue()` support `time.Time` data type parameter, relate issue #49; - go doc and go test updated |