26 Star 54 Fork 23

Shaun Chyxion / table-to-xls

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shaun Chyxion 提交于 2022-04-23 16:30 . update README

#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

chyxion@163.com

Java
1
https://gitee.com/chyxion/table-to-xls.git
git@gitee.com:chyxion/table-to-xls.git
chyxion
table-to-xls
table-to-xls
master

搜索帮助