t

tools-excel

便捷使用的Excel框架
Files download
File Operation
tools-excel-2021.6.1.jar download
tools-excel-2021.6.1.pom download
tools-excel-2021.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.gjing</groupId>
  <artifactId>tools-excel</artifactId>
  <version>2021.6.1</version>
</dependency>
Gradle Groovy
implementation 'cn.gjing:tools-excel:2021.6.1'
Gradle Kotlin
implementation("cn.gjing:tools-excel:2021.6.1")
Scala SBT
libraryDependencies += "cn.gjing" % "tools-excel" % "2021.6.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.gjing', module='tools-excel', version='2021.6.1')
)
Apache Ivy
<dependency org="cn.gjing" name="tools-excel" rev="2021.6.1" />
Leiningen
[cn.gjing/tools-excel "2021.6.1"]
Apache Buildr
'cn.gjing:tools-excel:jar:2021.6.1'