EasyExcel 500 Internal Server Error

当我们遇到"500 Internal Server Error"这个的消息时,意味着服务器遇到了意外情况,无法完成请求。

在使用EasyExcel的时候出现这个问题。我们根据官网配置的HttpServletResponse中设置的header里

java 复制代码
response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
response.setCharacterEncoding("utf-8");
response.setHeader("Content-disposition", "attachment;filename="+fileName);



ExcelWriter excelWriter = EasyExcel.write(response.getOutputStream(), BudgetForm.class).build();

如果出现 500 Internal Server Error问题,删除fileName,不传名称过去就可以了

java 复制代码
response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
response.setCharacterEncoding("utf-8");
response.setHeader("Content-disposition", "attachment;filename=");



ExcelWriter excelWriter = EasyExcel.write(response.getOutputStream(), BudgetForm.class).build();

正常访问下载

相关推荐
小草cys12 小时前
HarmonyOS Next调用高德api获取实时天气,api接口
开发语言·python·arkts·鸿蒙·harmony os
爬山算法12 小时前
Netty(25)Netty的序列化和反序列化机制是什么?
开发语言·python
C+++Python12 小时前
Java 锁机制
java·开发语言
czlczl2002092512 小时前
Spring Security 6 :配置生产级 SecurityFilterChain
java·spring
龘龍龙12 小时前
Python基础学习(六)
开发语言·python·学习
Java小白,一起学习12 小时前
AndroidStudio安装教程
java·android-studio
学编程就要猛12 小时前
算法:3.快乐数
java·算法
高山上有一只小老虎12 小时前
如何下载并使用Memory Analyzer (MAT)
java·jvm
华仔啊12 小时前
Java 开发必看:什么时候用 for,什么时候用 Stream?
java·后端
未来之窗软件服务12 小时前
幽冥大陆(五十八)php1024位密码生成—东方仙盟筑基期
开发语言·算法·仙盟创梦ide·东方仙盟