Last Version

html2excel 1.4.1

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.

License

License

GroupId

GroupId

com.github.liaochong
ArtifactId

ArtifactId

html2excel
Version

Version

1.4.1
Type

Type

jar
Description

Description

html2excel
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.
Project URL

Project URL

https://github.com/liaochong/html2excel
Source Code Management

Source Code Management

https://github.com/liaochong/html2excel

Download html2excel 1.4.1


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

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.poi : poi-ooxml jar 4.0.1
org.jsoup : jsoup jar 1.11.3
org.slf4j : slf4j-api jar 1.7.25
com.ibeetl : beetl jar 2.9.7
org.freemarker : freemarker Optional jar 2.3.23
org.codehaus.groovy : groovy-templates Optional jar 2.4.13

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.4
javax.servlet : javax.servlet-api jar 4.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.