dhatim / fastexcel

Generate and read big Excel files quickly
Other
669 stars 121 forks source link

Is fastExcel available for importing data with streaming API? #221

Closed wansoon closed 1 year ago

wansoon commented 1 year ago

In my case, I need it for high volume processing.

ochedru commented 1 year ago

Yes, provided you open your file with ReadableWorkbook(File). See @rzymek's work in e.g. https://github.com/dhatim/fastexcel/pull/68.