e

easy-excel

Tool of excel document reading, writing and etc.
https://github.com/yhyzgn/easy-excel
Apache License, Version 2.0
yhyzgn
文件下载
文件名 操作
easy-excel-2.0.5.jar 下载
easy-excel-2.0.5.pom 下载
easy-excel-2.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.yhyzgn.document</groupId>
  <artifactId>easy-excel</artifactId>
  <version>2.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.yhyzgn.document:easy-excel:2.0.5'
Gradle Kotlin
implementation("com.yhyzgn.document:easy-excel:2.0.5")
Scala SBT
libraryDependencies += "com.yhyzgn.document" % "easy-excel" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.yhyzgn.document', module='easy-excel', version='2.0.5')
)
Apache Ivy
<dependency org="com.yhyzgn.document" name="easy-excel" rev="2.0.5" />
Leiningen
[com.yhyzgn.document/easy-excel "2.0.5"]
Apache Buildr
'com.yhyzgn.document:easy-excel:jar:2.0.5'