d

docx4j-wisewe-input

excel、zip文件导入
https://gitee.com/PasseRR/docx4j-wisewe
Files download
File Operation
docx4j-wisewe-input-1.0.1.jar download
docx4j-wisewe-input-1.0.1.pom download
docx4j-wisewe-input-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.wisewe</groupId>
  <artifactId>docx4j-wisewe-input</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'cn.wisewe:docx4j-wisewe-input:1.0.1'
Gradle Kotlin
implementation("cn.wisewe:docx4j-wisewe-input:1.0.1")
Scala SBT
libraryDependencies += "cn.wisewe" % "docx4j-wisewe-input" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.wisewe', module='docx4j-wisewe-input', version='1.0.1')
)
Apache Ivy
<dependency org="cn.wisewe" name="docx4j-wisewe-input" rev="1.0.1" />
Leiningen
[cn.wisewe/docx4j-wisewe-input "1.0.1"]
Apache Buildr
'cn.wisewe:docx4j-wisewe-input:jar:1.0.1'