You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use poi to export excel.The excel can be downloaded,but it can not be open.it would say "its content might be error..." when it was be opening.
code like response.setContentType("text/html;charset=UTF-8"); response.setCharacterEncoding("utf-8"); response.addHeader("Content-Disposition", "attachment;filename=" + new String(fileName.getBytes("utf-8"))); xSSFWorkbook.write(response.getOutputStream());
The text was updated successfully, but these errors were encountered:
I use poi to export excel.The excel can be downloaded,but it can not be open.it would say "its content might be error..." when it was be opening.
code like
response.setContentType("text/html;charset=UTF-8"); response.setCharacterEncoding("utf-8"); response.addHeader("Content-Disposition", "attachment;filename=" + new String(fileName.getBytes("utf-8"))); xSSFWorkbook.write(response.getOutputStream());
The text was updated successfully, but these errors were encountered: