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
Jeremy Jay a5be267bf7 more tweaks to memory usage in xls this time
did not reduce total allocations much (bytes.Reader is more efficient
than I thought), but reduced walltime from 99s to 55s for a large collection
2021-02-13 00:06:04 -05:00
cmd/grate2tsv more tweaks to memory usage in xls this time 2021-02-13 00:06:04 -05:00
commonxl more tweaks to memory usage in xls this time 2021-02-13 00:06:04 -05:00
simple more consistent error handling 2021-02-12 10:44:23 -05:00
xls more tweaks to memory usage in xls this time 2021-02-13 00:06:04 -05:00
xlsx more tweaks to memory usage in xls this time 2021-02-13 00:06:04 -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 standardize and simplify debugging statements 2021-02-12 10:50:33 -05:00