1
0
mirror of https://github.com/pbnjay/grate.git synced 2024-12-12 13:35:18 +02:00
A Go native tabular data extraction package. Currently supports .xls, .xlsx, .csv, .tsv formats.
Go to file
2021-02-14 14:53:44 -05:00
cmd/grate2tsv implement concurrent search and sync aggregation 2021-02-14 14:17:25 -05:00
commonxl misc cleanups 2021-02-14 14:16:46 -05:00
simple misc cleanups 2021-02-14 14:16:46 -05:00
xls misc cleanups 2021-02-14 14:16:46 -05:00
xlsx fix some oob errors 2021-02-14 14:53:44 -05:00
.gitignore misc cleanups 2021-02-14 14:16:46 -05:00
errs.go more consistent error handling 2021-02-12 10:44:23 -05:00
go.mod more consistent error handling 2021-02-12 10:44:23 -05:00
grate.go reuse memory as often as we can. update tests 2021-02-13 23:36:42 -05:00