Java/SpringBoot
스프링 엑셀 업로드 및 데이터 처리
willbsoon
2022. 7. 23. 14:07
[SpringBoot] 엑셀(Excel) 파일 업로드 방법(poi 라이브러리)
오늘은 Spring에서 엑셀(Excel) 파일 업로드에 대해 포스팅 하려고 합니다. 먼저 pom.xml에 poi 라이브러리를 사용하기 위해 dependency를 등록합니다. // pom.xml org.apache.poi poi 3.12 org.apache.poi poi-oo..
bono915.tistory.com
참고
혹시나 에러 발생시 여기 참조
https://baejangho.com/entry/Java-Current-request-is-not-of-type
데이터 이관할때 엑셀 사용했음.