MVN

com.github.liaochong : html2excel

Maven & Gradle

Feb 23, 2019
1.6k stars

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.

<dependency>
    <groupId>com.github.liaochong</groupId>
    <artifactId>html2excel</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.liaochong : html2excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of com.github.liaochong : html2excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
html2excel-1.4.1
html2excel-1.4.0
1.3.x
html2excel-1.3.1
html2excel-1.3.0
1.2.x
html2excel-1.2.4
html2excel-1.2.3
html2excel-1.2.2
html2excel-1.2.1
html2excel-1.2.0
1.1.x
html2excel-1.1.0
1.0.x
html2excel-1.0.0
0.0.x
html2excel-0.0.1

How to add a dependency to Maven

Add the following com.github.liaochong : html2excel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.liaochong</groupId>
    <artifactId>html2excel</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.liaochong : html2excel gradle dependency to your build.gradle file:

implementation 'com.github.liaochong:html2excel:1.4.1'

Gradle Kotlin DSL: Add the following com.github.liaochong : html2excel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.liaochong:html2excel:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.liaochong : html2excel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.liaochong" % "html2excel" % "1.4.1"

Advertisement