t

tool-excel

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