MVN

io.github.itguang : easy-excel

Maven & Gradle

Mar 23, 2020
5 stars

easy-excel · easy-excel 是基于 Apache POI 框架的一款扩展封装库

<dependency>
    <groupId>io.github.itguang</groupId>
    <artifactId>easy-excel</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.itguang : easy-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-RELEASE

All Versions

Choose a version of io.github.itguang : easy-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
easy-excel-1.0.2-RELEASE
easy-excel-1.0.1-RELEASE
1.0
easy-excel-1.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.itguang</groupId>
    <artifactId>easy-excel</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.itguang : easy-excel gradle dependency to your build.gradle file:

implementation 'io.github.itguang:easy-excel:1.0.2-RELEASE'

Gradle Kotlin DSL: Add the following io.github.itguang : easy-excel gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.itguang:easy-excel:1.0.2-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.itguang : easy-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.itguang" % "easy-excel" % "1.0.2-RELEASE"