whycxzp
2023-02-21 7dd86ef601222b2fe86d5bb63e26681a22c69dfd
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");