alibaba / easyexcel

快速、简洁、解决大文件内存溢出的java处理Excel工具
https://easyexcel.opensource.alibaba.com
Apache License 2.0
31.64k stars 7.46k forks source link

fill填充模板导出,2w多条数据耗时两分多钟 #3274

Closed icefuck closed 6 days ago

icefuck commented 1 year ago

ExcelWriter excelWriter = EasyExcel .write(outputStream) .withTemplate(getClass().getClassLoader().getResourceAsStream(fileTemplate)) .registerConverter(new LongStringConverter()) .build(); FillConfig fillConfig = FillConfig.builder().forceNewRow(Boolean.TRUE).build(); excelWriter.fill(list, fillConfig, writeSheet);

gongxuanzhang commented 1 year ago

可能是样式影响 看看有没有很多复杂样式

gongxuanzhang commented 2 weeks ago

你好,我们发现此Issue已经超过三个月没有活动了,为了更好的帮助您解决问题,我们将在两周后关闭此Issue,如果您仍然有问题,请在两周内内回复此Issue,谢谢!如果您已经解决或者不需要帮助,请忽略此消息。