반응형
-
파일 다운로드 (excel, csv)JAVA 2018. 12. 4. 15:35
1. build.gralde// csv compile 'org.apache.commons:commons-csv:1.5' // xlsx poi compile group: 'org.apache.poi', name: 'poi-ooxml', version: '4.0.0' 2. Controller (api)import kr.co.careercare.highlight.services.exports.IExportsService; import org.apache.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeaders; import org.springframew..