MVN

com.github.chimmhuang : chimm.excel

Maven & Gradle

Mar 25, 2021
0 stars

chimm.excel · chimm.excel 是一款能够简单操作 excel 的程序,该程序提供了如:填充excel模板数据、动态更改表格样式、导出excel等功能,降低了我们对excel的操作难度

<dependency>
    <groupId>com.github.chimmhuang</groupId>
    <artifactId>chimm.excel</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.1

All Versions

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

Version Vulnerabilities Updated
1.4.x
chimm.excel-1.4.1
chimm.excel-1.4.0
1.3.x
chimm.excel-1.3.0
1.2.x
chimm.excel-1.2.0
1.1.x
chimm.excel-1.1.0
1.0.x
chimm.excel-1.0.1
1.0
chimm.excel-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.chimmhuang</groupId>
    <artifactId>chimm.excel</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.chimmhuang : chimm.excel gradle dependency to your build.gradle file:

implementation 'com.github.chimmhuang:chimm.excel:1.4.1'

Gradle Kotlin DSL: Add the following com.github.chimmhuang : chimm.excel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.chimmhuang:chimm.excel:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.chimmhuang : chimm.excel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.chimmhuang" % "chimm.excel" % "1.4.1"