is not current version
Last Version 1.4.1

com.github.liaochong:html2excel 1.4.0

Html2excel, is a toolkit that can directly use Html files, or use the built-in Freemarker, Groovy, Beetl and other template engine Excel builder to generate Html files, and use the Table in the Html file as an Excel template to generate Excel of any complex layout. Supports .xls and .xlsx formats, supports personalization of background colors, borders, fonts, etc., and supports merging of cells.

GroupId

GroupId

com.github.liaochong
ArtifactId

ArtifactId

html2excel
Version

Version

1.4.0
Type

Type

jar

Download html2excel 1.4.0


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