正确写法 String headerValue = String.fORMat("attachment; filename=\"%s\";", fileName+ "_" + dateStr + ".xlsx");// 这样就可以了
String headerValue = String.fORMat("attachment; filename=\"%s\";", fileName+ "_" + dateStr + ".xlsx");// 这样就可以了 response.setHeader("content-disposition", headerValue); // 或者这样response.setHeader("Content-Disposition", headerValue);
下面这种写法,下载的 excel 名称会有问题
response.setHeader("content-disposition", "attachment;filename=" + fileName + "_" + dateStr + ".xlsx");
来源地址:https://blog.csdn.net/leinminna/article/details/132501803
--结束END--
本文标题: excel下载后文件名称不对
本文链接: https://lsjlt.com/news/382517.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0