https://bz.apache.org/bugzilla/show_bug.cgi?id=66586
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEEDINFO |RESOLVED --- Comment #4 from Dominik Stadler <[email protected]> --- The CSV-processor is provided by Apache NiFi ( https://github.com/apache/nifi/blob/main/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/main/java/org/apache/nifi/processors/poi/ConvertExcelToCSVProcessor.java ) which uses Apache POI for reading provided worksheets. 35MB compressed bytes of Excel document are already fairly large, so it would be best if Apache NiFi can add some way of allowing users to adjust "ByteArrayMaxOverride" when handling such large documents because if we would increase it in Apache POI for everyone, we would actually make this important security safeguard much less useful. Thus we do not plan to change anything here for now. -- 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]
