[go-nuts] Re: Reading .xls file with golang

2023-02-24 Thread Daniel Theophanes
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 >

[go-nuts] Re: Reading .xls file with golang

2023-02-15 Thread Marcello H
or use another library ;-) https://github.com/plandem/xlsx https://github.com/qax-os/excelize -- 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

[go-nuts] Re: Reading .xls file with golang

2023-02-15 Thread Amnon
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