There isn't a good XLS reader. I had to fork that version here: https://pkg.go.dev/github.com/kardianos/xls
It still has issues, but it is better then the previous version. On Wednesday, February 15, 2023 at 7:55:26 AM UTC-6 Amnon wrote: > File an issue at https://github.com/extrame/xls/issues > and maybe submit a fix? > > On Wednesday, 15 February 2023 at 03:22:30 UTC Aadi Sharma wrote: > >> 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:00Z*) >> >> How we will deal with this ? >> > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/3e9bc3bc-9cf8-4282-8516-95da7563c8c0n%40googlegroups.com.