Files download
File Operation
easy-excel-1.0.0.jar download
easy-excel-1.0.0.pom download
easy-excel-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yhyzgn.document</groupId>
  <artifactId>easy-excel</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.yhyzgn.document:easy-excel:1.0.0'
Gradle Kotlin
implementation("com.yhyzgn.document:easy-excel:1.0.0")
Scala SBT
libraryDependencies += "com.yhyzgn.document" % "easy-excel" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yhyzgn.document', module='easy-excel', version='1.0.0')
)
Apache Ivy
<dependency org="com.yhyzgn.document" name="easy-excel" rev="1.0.0" />
Leiningen
[com.yhyzgn.document/easy-excel "1.0.0"]
Apache Buildr
'com.yhyzgn.document:easy-excel:jar:1.0.0'