t

tools-excel

Excel导入导出工具
Files download
File Operation
tools-excel-1.1.7.jar download
tools-excel-1.1.7.pom download
tools-excel-1.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.gjing</groupId>
  <artifactId>tools-excel</artifactId>
  <version>1.1.7</version>
</dependency>
Gradle Groovy
implementation 'cn.gjing:tools-excel:1.1.7'
Gradle Kotlin
implementation("cn.gjing:tools-excel:1.1.7")
Scala SBT
libraryDependencies += "cn.gjing" % "tools-excel" % "1.1.7"
Groovy Grape
@Grapes(
  @Grab(group='cn.gjing', module='tools-excel', version='1.1.7')
)
Apache Ivy
<dependency org="cn.gjing" name="tools-excel" rev="1.1.7" />
Leiningen
[cn.gjing/tools-excel "1.1.7"]
Apache Buildr
'cn.gjing:tools-excel:jar:1.1.7'