pbnjay / grate

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

Fix index out of bounds panic #4

Closed tgulacsi closed 3 years ago

tgulacsi commented 3 years ago

And a few small fixes.

Cherry-pick if you wish.

pbnjay commented 3 years ago

LGTM. Thanks for the clean-up!