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.