MVN

top.yumbo.excel : excel-import-export

Maven & Gradle

Aug 09, 2022
10 stars

excel-import-export · excel import and export utils.

<dependency>
    <groupId>top.yumbo.excel</groupId>
    <artifactId>excel-import-export</artifactId>
    <version>1.3.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.yumbo.excel : excel-import-export to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.22

All Versions

Choose a version of top.yumbo.excel : excel-import-export to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
excel-import-export-1.3.22
excel-import-export-1.3.21
excel-import-export-1.3.20
excel-import-export-1.3.19
excel-import-export-1.3.18
excel-import-export-1.3.17
excel-import-export-1.3.16
excel-import-export-1.3.15
excel-import-export-1.3.14
excel-import-export-1.3.13
excel-import-export-1.3.12
excel-import-export-1.3.11
excel-import-export-1.3.10
excel-import-export-1.3.9
excel-import-export-1.3.8
excel-import-export-1.3.7
excel-import-export-1.3.6
excel-import-export-1.3.5
excel-import-export-1.3.4
excel-import-export-1.3.3
excel-import-export-1.3.2
excel-import-export-1.3.1
1.3
excel-import-export-1.3
1.2
excel-import-export-1.2
1.1
excel-import-export-1.1
1.0
excel-import-export-1.0

How to add a dependency to Maven

Add the following top.yumbo.excel : excel-import-export maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.yumbo.excel</groupId>
    <artifactId>excel-import-export</artifactId>
    <version>1.3.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.yumbo.excel : excel-import-export gradle dependency to your build.gradle file:

implementation 'top.yumbo.excel:excel-import-export:1.3.22'

Gradle Kotlin DSL: Add the following top.yumbo.excel : excel-import-export gradle kotlin dependency to your build.gradle.kts file:

implementation("top.yumbo.excel:excel-import-export:1.3.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.yumbo.excel : excel-import-export sbt scala dependency to your build.sbt file:

libraryDependencies += "top.yumbo.excel" % "excel-import-export" % "1.3.22"

Advertisement