src/main/java/com/whyc/util/ExcelUtil.java
@@ -79,7 +79,7 @@ } try { //response.setCharacterEncoding("UTF-8"); response.setHeader("Content-Disposition", "attachment;filename=" + new String(fileName.getBytes()) + ".xls"); response.setHeader("Content-Disposition", "attachment;filename=" + new String(fileName.getBytes(),"ISO8859-1") + ".xls"); //不保存缓存信息与response.reset同样效果 response.addHeader("Pragma", "no-cache"); response.addHeader("Cache-Control", "no-cache");