d

docx4j-wisewe-input

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