I am using go-redis package and can not use it's any version without mod
file.
Do golang does not allow us to use this package without mod file ?
I use
. github.com/go-redis/redis/v8 , go get github.com/go-redis/redis and
github.com/go-redis/redis/v9
but with none of these three comands i w
While reading .xls file with golang using *ReadAllCells *function from
xls package
https://github.com/extrame/xls/blob/v0.0.1/workbook.go#L268
Issue - For strings it works fine , but for the cell having int value get's
changed to date&time format.
ex:- (*1* get changed to *1900-01-01T00:00:0
Is it possible to import files with extensions .xls and .xlsx with go ?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.