pbnjay / grate

A Go native tabular data extraction package. Currently supports .xls, .xlsx, .csv, .tsv formats.
MIT License
139 stars 24 forks source link

Thank you! #14

Closed nkev closed 1 year ago

nkev commented 1 year ago

I just wanted to thank you for sharing this library. I tried 3 other Go libraries to read XLS files but all of them panicked at certain points. Yours worked flawlessly the first time. You saved me from learning Python just to import XLS files! (not that there's anything wrong with that).. :)