Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.19.0
-
None
Description
https://poi.apache.org/components/configuration.html - see org.apache.poi.util.IOUtils.setByteArrayMaxOverride(int maxOverride)
Core POI code tries to set limits on resource allocations. excel-streaming-reader may not be as heavily affected by these settings because it only used parts of the core POI codebase.
POI 5.2.1 (due in next few weeks) fixes a few issues but there is some evidence that core POI users are hitting issues when loading large files and having to set the byte array max override setting.
I can do some testing of the format-excel plugin to see if it can hit these issues with large files.