Memory usage problem #114
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
POI uses XML objects for the in-memory representation of an XLSX file. That takes up a lot of memory. It is recommended to use JXLS streaming. For #59 I have to investigate where the limits are for the number of columns. |
Beta Was this translation helpful? Give feedback.
-
I think that you can write multiple excel files with limited row number for example 20.000 rows, also you get about 3 files excel, after that you merge 3 files into one. |
Beta Was this translation helpful? Give feedback.
POI uses XML objects for the in-memory representation of an XLSX file. That takes up a lot of memory.
It is recommended to use JXLS streaming.
For #59 I have to investigate where the limits are for the number of columns.