t

tool-excel

对easyexcel简单封装
The Apache Software License, Version 2.0
Files download
File Operation
tool-excel-2.0.1.RELEASE.jar download
tool-excel-2.0.1.RELEASE.pom download
tool-excel-2.0.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luues.tool</groupId>
  <artifactId>tool-excel</artifactId>
  <version>2.0.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.luues.tool:tool-excel:2.0.1.RELEASE'
Gradle Kotlin
implementation("com.github.luues.tool:tool-excel:2.0.1.RELEASE")
Scala SBT
libraryDependencies += "com.github.luues.tool" % "tool-excel" % "2.0.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luues.tool', module='tool-excel', version='2.0.1.RELEASE')
)
Apache Ivy
<dependency org="com.github.luues.tool" name="tool-excel" rev="2.0.1.RELEASE" />
Leiningen
[com.github.luues.tool/tool-excel "2.0.1.RELEASE"]
Apache Buildr
'com.github.luues.tool:tool-excel:jar:2.0.1.RELEASE'