xlsx-extract
xlsx-extract copied to clipboard
Request: Support streams
I have an application that receives an Excel from a streaming interface (AWS S3).
I would love a library that can
-
Take an Excel stream as input
-
Emit an event on each row (or batch of rows) for processing
xlsx-stream-reader does these things, but it is slow
2021, still need streams 😂 some other can read xlsx file in stream , but slow. 🤟