We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.5.6
我在执行方法:
private IJmReportExportExcel exportExcel; ... Map localMap = this.exportExcel.exportExcel(str, localJSONObject, localJSONArray);
将20万条数据导出到Excel时(我希望这20万条数据导出个一个sheet中,所以我yml中设置了page-size-number: 1000000),报了内存溢出的报错,我本地调试的电脑使用的内存是32G,下面是报错截图。我该如何在不增大内存的情况下解决我的问题呢?请求大佬能给出一个解决方案,感谢感谢!!!
The text was updated successfully, but these errors were encountered:
归集:#138
Sorry, something went wrong.
No branches or pull requests
版本号:
1.5.6
问题描述:
我在执行方法:
将20万条数据导出到Excel时(我希望这20万条数据导出个一个sheet中,所以我yml中设置了page-size-number: 1000000),报了内存溢出的报错,我本地调试的电脑使用的内存是32G,下面是报错截图。我该如何在不增大内存的情况下解决我的问题呢?请求大佬能给出一个解决方案,感谢感谢!!!
错误日志&截图:
重现步骤:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: