1
0
mirror of https://github.com/pbnjay/grate.git synced 2024-12-13 13:58:27 +02:00
A Go native tabular data extraction package. Currently supports .xls, .xlsx, .csv, .tsv formats.
Go to file
Jeremy Jay b953163a8d tweaks to reduce memory usage in xlsx
on a test dataset, usage goes from 6.0GB => 3.3GB
and walltime improves from 31.6s => 19.4s

largest remaining driver is the slow/hungry xml.Decoder
2021-02-12 13:44:46 -05:00
cmd/grate2tsv tweaks to reduce memory usage in xlsx 2021-02-12 13:44:46 -05:00
commonxl accidently implemented xlsx. refactor to include it 2021-02-12 00:50:50 -05:00
simple more consistent error handling 2021-02-12 10:44:23 -05:00
xls standardize and simplify debugging statements 2021-02-12 10:50:33 -05:00
xlsx tweaks to reduce memory usage in xlsx 2021-02-12 13:44: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 standardize and simplify debugging statements 2021-02-12 10:50:33 -05:00