table-to-xls icon indicating copy to clipboard operation
table-to-xls copied to clipboard

Convert HTML Table To Excel

#Table To Xls

Preview

HTML Table

Result

XLS Result

Usage

Add Maven Dependency

<dependency>
    <groupId>me.chyxion</groupId>
    <artifactId>table-to-xls</artifactId>
    <version>0.0.2</version>
</dependency>

Use In Code

TableToXls.process(getClass().getResourceAsStream("/sample.html"),
    StandardCharsets.UTF_8, "", new FileOutputStream("target/data.xlsx"));

Contact

[email protected]