I ran into this problem, and after logging in, resolve this problem
response.setContentType ("application / vnd.ms-xls; charset = utf-8");
response.setHeader ("Content-Disposition", "attachment; file name =" + file name);
response.setHeader ("Pragma", "public");
response.setHeader ("Cache-Control", "public, max-age = 3800");
user1241779
source share