[Spring/Java] POI 라이브러리를 활용 Excel 데이터 읽기
프로젝트 진행 도중 Excel을 읽어서 데이터를 가져와 처리해야 했기에 poi 라이브러리를 활용한 모듈을 만들어 봤다. 우선 poi 라이브러리를 추가하도록 하자. Spring 기반이라면 pom.xml에 poi 라이브러리를 추가하여야 한다. poi 라이브러리 이외에도 여러 라이브러리를 추가하였는데 그 이유는 poi 라이브러리를 사용할 때 필요한 라이브러리를 추가한 것이다. org.apache.poi poi 3.13 org.apache.poi poi-ooxml 3.13 commons-io commons-io 2.4 commons-collections commons-collections 3.2 org.apache.poi poi-ooxml-schemas 3.13 org.apache.xmlbeans xmlbean..
Development/Spring
2020. 4. 19. 20:57