- 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
Spring Boot 2.0을 이용한 엑셀 다운로드 구현 방법
Spring Boot 2.0을 이용하여 간편히 excel을 다운로드 하는 방법을 가이드 해드리겠습니다. 우선 pom.xml 파일에 maven dependency 추가 합니다. spring boot는 기본적으로 셋팅되었다는 가정하에 진행하겠습
karas1237.tistory.com
- 엑셀다운로드 파일명 한글깨짐
response.setHeader("Content-Disposition", "attachment;filename="+new String(fileName.getBytes("euc-kr"),"8859_1")+".xlsx");
https://a-proteur.tistory.com/28
엑셀파일 한글명 내보내기 (한글깨짐문제해결)
case1. <%@ page contentType="application/vnd.ms-excel; name='recovery_Excel'; charset=EUC-KR"%> <% String f_nm=usrnm+"_출전업체정보"; response.setHeader("Content-Disposition", "attachment; filenam..
a-proteur.tistory.com
- 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 |