summaryrefslogtreecommitdiff
path: root/date.go
Commit message (Collapse)AuthorAge
* Ability to parse dates further in futureMā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 Xu2017-05-05
- Function `SetCellValue()` support `time.Time` data type parameter, relate issue #49; - go doc and go test updated