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
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