Jar examples for p:poi
Jakarta POI - Java API To Access Microsoft Format Files
You can download jar file poi 3.15-beta2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add poi-3.15-beta2.jar to your project.
<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.15-beta2</version> </dependency>
compile group: 'org.apache.poi', name: 'poi', version: '3.15-beta2'
libraryDependencies += "org.apache.poi" % "poi" % "3.15-beta2"
<dependency org="org.apache.poi" name="poi" rev="3.15-beta2"/>
@Grapes(@Grab(group='org.apache.poi', module='poi', version='3.15-beta2'))
'org.apache.poi:poi:jar:3.15-beta2'
Click the following link to download the jar file.
poi-3.15-beta2-javadoc.jar