t

tools-excel

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