MVN

com.github.wujiuye : miniexcel

Maven & Gradle

Aug 02, 2021
18 stars

miniexcel · 基于poi封装的一套excel文件读写工具,完美解决oom问题。优雅的使用设计模式提供更简单的使用姿势!更有详细的使用教程。如需获取帮助,关注微信公众号:Java艺术

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>miniexcel</artifactId>
    <version>1.4.03-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wujiuye : miniexcel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.03-RELEASE

All Versions

Choose a version of com.github.wujiuye : miniexcel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
miniexcel-1.4.03-RELEASE
miniexcel-1.4.02-RELEASE
miniexcel-1.4.01-RELEASE
1.3.x
miniexcel-1.3.201-RELEASE
miniexcel-1.3.21-RELEASE
miniexcel-1.3.20-RELEASE
miniexcel-1.3.18-RELEASE
1.2.x
miniexcel-1.2.0-RELEASE
1.1.x
miniexcel-1.1.1-RELEASE
miniexcel-1.1.0-RELEASE

How to add a dependency to Maven

Add the following com.github.wujiuye : miniexcel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>miniexcel</artifactId>
    <version>1.4.03-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wujiuye : miniexcel gradle dependency to your build.gradle file:

implementation 'com.github.wujiuye:miniexcel:1.4.03-RELEASE'

Gradle Kotlin DSL: Add the following com.github.wujiuye : miniexcel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wujiuye:miniexcel:1.4.03-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wujiuye : miniexcel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wujiuye" % "miniexcel" % "1.4.03-RELEASE"