MVN

com.github.stupdit1t : poi-excel

Maven & Gradle

Aug 22, 2023
14 stars

poi-excel · 基于POI开发的excel操作

<dependency>
    <groupId>com.github.stupdit1t</groupId>
    <artifactId>poi-excel</artifactId>
    <version>3.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stupdit1t : poi-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.3

All Versions

Choose a version of com.github.stupdit1t : poi-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
poi-excel-3.2.3
poi-excel-3.2.2
poi-excel-3.2.1
poi-excel-3.2.0
3.1.x
poi-excel-3.1.5
poi-excel-3.1.4
poi-excel-3.1.3
poi-excel-3.1.2
poi-excel-3.1.1
poi-excel-3.1.0
3.0.x
poi-excel-3.0.9
poi-excel-3.0.8
poi-excel-3.0.7
poi-excel-3.0.6
poi-excel-3.0.5
poi-excel-3.0.4
poi-excel-3.0.3
poi-excel-3.0.2
poi-excel-3.0.1
poi-excel-3.0.0
2.0.x
poi-excel-2.0.10
poi-excel-2.0.9
poi-excel-2.0.8
poi-excel-2.0.7
poi-excel-2.0.6
poi-excel-2.0.5
poi-excel-2.0.4
poi-excel-2.0.3
poi-excel-2.0.2
poi-excel-2.0.1
2.0
poi-excel-2.0
1.8.x
poi-excel-1.8.2
poi-excel-1.8.1
1.8
poi-excel-1.8
1.7
poi-excel-1.7
1.6
poi-excel-1.6
1.5
poi-excel-1.5
1.4
poi-excel-1.4
1.3
poi-excel-1.3
1.2
poi-excel-1.2
1.1
poi-excel-1.1
1.0
poi-excel-1.0
poi
poi-excel-poi-317.8
poi-excel-poi-412.8
poi-excel-poi-412.7
poi-excel-poi-317.7
poi-excel-poi-317.6
poi-excel-poi-412.6
poi-excel-poi-412.5
poi-excel-poi-317.5
poi-excel-poi-412.4
poi-excel-poi-317.4
poi-excel-poi-317.3
poi-excel-poi-412.3
poi-excel-poi-412.2
poi-excel-poi-317.2
poi-excel-poi-412.1
poi-excel-poi-317.1
poi-excel-poi-412.0
poi-excel-poi-317.0

How to add a dependency to Maven

Add the following com.github.stupdit1t : poi-excel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.stupdit1t</groupId>
    <artifactId>poi-excel</artifactId>
    <version>3.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stupdit1t : poi-excel gradle dependency to your build.gradle file:

implementation 'com.github.stupdit1t:poi-excel:3.2.3'

Gradle Kotlin DSL: Add the following com.github.stupdit1t : poi-excel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stupdit1t:poi-excel:3.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stupdit1t : poi-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stupdit1t" % "poi-excel" % "3.2.3"