h

hsweb-expands-office

office文档处理工具,导入导出excel,模板导出excel,word
https://github.com/hs-web/hsweb-expands/${artifactId}
文件下载
文件名 操作
hsweb-expands-office-3.0.2.jar 下载
hsweb-expands-office-3.0.2.pom 下载
hsweb-expands-office-3.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hswebframework</groupId>
  <artifactId>hsweb-expands-office</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.hswebframework:hsweb-expands-office:3.0.2'
Gradle Kotlin
implementation("org.hswebframework:hsweb-expands-office:3.0.2")
Scala SBT
libraryDependencies += "org.hswebframework" % "hsweb-expands-office" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hswebframework', module='hsweb-expands-office', version='3.0.2')
)
Apache Ivy
<dependency org="org.hswebframework" name="hsweb-expands-office" rev="3.0.2" />
Leiningen
[org.hswebframework/hsweb-expands-office "3.0.2"]
Apache Buildr
'org.hswebframework:hsweb-expands-office:jar:3.0.2'