Investigate the memory usage during the export process, particularly the conversion of image URLs to images. Look into the EasyExcel source code (e.g., ExcelWriter and related classes) to identify where memory is not released. Consider using heap dump analysis to confirm the OOM cause. Provide a minimal reproducible example with 1000 image URLs to help reproduce the issue.
使用easyexcel 2.2.9版本 导出1000条带有图片的数据, 在导出过程中把会图片url转成图片, 在最后调用write.finish方法报了can not close io, 原因是发生了oom, 求帮助解决此问题 · alibaba/easyexcel#4099 | Good First Issue