is not current version
Last Version 1.4.1

com.github.liaochong:html2excel 0.0.1

html表格转化为excel工具

GroupId

GroupId

com.github.liaochong
ArtifactId

ArtifactId

html2excel
Version

Version

0.0.1
Type

Type

jar

Download html2excel 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.liaochong/html2excel/ -->
<dependency>
    <groupId>com.github.liaochong</groupId>
    <artifactId>html2excel</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaochong/html2excel/
implementation 'com.github.liaochong:html2excel:0.0.1'
// https://jarcasting.com/artifacts/com.github.liaochong/html2excel/
implementation ("com.github.liaochong:html2excel:0.0.1")
'com.github.liaochong:html2excel:jar:0.0.1'
<dependency org="com.github.liaochong" name="html2excel" rev="0.0.1">
  <artifact name="html2excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaochong', module='html2excel', version='0.0.1')
)
libraryDependencies += "com.github.liaochong" % "html2excel" % "0.0.1"
[com.github.liaochong/html2excel "0.0.1"]