leftshifters / excel-parser

nodejs wrapper for parsing spreadsheet.
MIT License
72 stars 70 forks source link

Reading file from stream #7

Open kbanman opened 10 years ago

kbanman commented 10 years ago

I'd love to use this package, but I need to parse files that aren't necessarily on the local filesystem.

Any chance you would consider switching to a stream pattern? A library that does this really well is https://github.com/klaemo/csv-stream

sthawali commented 10 years ago

@kbanman Great Idea! Thanks for it. It's not surely possible for now, but will definitely think about it later. btw, if you want to contribute here then you are welcome :)