1
0
mirror of https://github.com/pbnjay/grate.git synced 2024-12-05 03:58:34 +02:00
A Go native tabular data extraction package. Currently supports .xls, .xlsx, .csv, .tsv formats.
Go to file
2021-02-14 14:16:46 -05:00
cmd/grate2tsv more tweaks to memory usage in xls this time 2021-02-13 00:06:04 -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 reuse memory as often as we can. update tests 2021-02-13 23:36:42 -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