https://bz.apache.org/bugzilla/show_bug.cgi?id=66840

--- Comment #4 from PJ Fanning <[email protected]> ---
There are APIs that can read xlsx in a streaming way and will use less memory -
but they can still end up using a lot of memory. If you need to parse large
xlsx files, you need an architecture that can handle crashes and automatically
restart - Kubernetes has good support for this (1 option of many).

Streaming samples can be found at
https://poi.apache.org/components/spreadsheet/examples.html

Some libs that stream are listed at
https://poi.apache.org/related-projects.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to