- poi 4.1.2 이상
poi-ooxml 필요
https://dailylifecoding.tistory.com/m/5
- jxls excel download
https://ayoteralab.tistory.com/entry/Spring-Boot-09-Excel-Download-POI-JXLS
- spring boot2
https://karas1237.tistory.com/m/7
- 엑셀다운로드 파일명 한글깨짐
response.setHeader("Content-Disposition", "attachment;filename="+new String(fileName.getBytes("euc-kr"),"8859_1")+".xlsx");
https://a-proteur.tistory.com/28
- excel upload
http://daydreamer-92.tistory.com/42
http://blog.naver.com/PostView.nhn?blogId=cutesboy3&logNo=220785274026&categoryNo=0&parentCategoryNo=0&viewDate=¤tPage=1&postListTopCurrentPage=1&from=postView
http://cofs.tistory.com/m/256
https://offbyone.tistory.com/70
'spring' 카테고리의 다른 글
Server Sent Event (SSE)를 이용한 알림 구현하기 (0) | 2018.08.30 |
---|---|
viewResolver 우선순위 (0) | 2018.08.08 |
메일 보내기 (0) | 2018.06.15 |
환경별 deploy - spring profile 을 사용하여 환경에 맞게 deploy 하기 (0) | 2018.03.22 |
@PathVariable (0) | 2018.03.21 |