Kaynağa Gözat

Excel POI관련 추가

eskim 5 yıl önce
ebeveyn
işleme
1a5e9cdbb7
1 değiştirilmiş dosya ile 19 ekleme ve 0 silme
  1. 19 0
      pom.xml

+ 19 - 0
pom.xml

@@ -121,6 +121,25 @@
 			<artifactId>commons-pool2</artifactId>
 		</dependency>
 		<!-- \\\ Redis -->
+		
+		<!-- /// Excel POI -->
+		<dependency>
+			<groupId>org.apache.poi</groupId>
+			<artifactId>poi</artifactId>
+			<version>3.17</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.poi</groupId>
+			<artifactId>poi-ooxml</artifactId>
+			<version>3.17</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.poi</groupId>
+			<artifactId>poi-ooxml-schemas</artifactId>
+			<version>3.17</version>
+		</dependency>
+		<!-- \\\ Excel POI -->
+		
 	</dependencies>
 
 	<build>