Description
I try to output excel time from time.Time variable using streamWriter, however, it seems like the value will always be in float format.
Steps to reproduce the issue:
- Create variable in time.Time type
- Write to excel using stream writer
Describe the results you received:
float format: 44090.5179861111
Describe the results you expected:
excel time format: 2021/12/29 19:26
Output of go version:
go version go1.17.5 darwin/arm64
Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
OS: Mac with M1 chip
Microsoft Excel: Mac Version 16.12 (180410)