GitHub user pjfanning edited a comment on the discussion: is POI HMEF memory constant
Hi Marijus, POI is a 20 year old project, well past peak development and community participation. Maybe someone will do this work for you but from experience, it will go unanswered. I will only advise that you are better off testing this for yourself instead of expecting unpaid volunteers to test it for you. Few if any of the POI APIs are written to fully stream the input data - ie most APIs that take InputStream inputs will still read all the data into memory before processing it. The old formats like HMEF tend to be structured so that streaming implementations will gain little benefit anyway. The X**F formats are more streamable and we have some stream friendly support for XSSF (and SXXSF). GitHub link: https://github.com/apache/poi/discussions/847#discussioncomment-13778965 ---- This is an automatically sent email for dev@poi.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@poi.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org