엑셀다운로드 파일명 한글깨짐 response.setHeader("Content-Disposition", "attachment;filename="+new String(fileName.getBytes("euc-kr"),"8859_1")+".xlsx"); Read more