# table-to-xls **Repository Path**: easy-coding-style/table-to-xls ## Basic Information - **Project Name**: table-to-xls - **Description**: HTML Table To Excel - **Primary Language**: Java - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 24 - **Created**: 2023-03-28 - **Last Updated**: 2023-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Table To Xls ## Preview ![HTML Table](/doc/html.png) Result ![XLS Result](/doc/xls.png) ## Usage ### Add Maven Dependency ```xml me.chyxion table-to-xls 0.0.2 ``` ### Use In Code ```java TableToXls.process(getClass().getResourceAsStream("/sample.html"), StandardCharsets.UTF_8, "", new FileOutputStream("target/data.xlsx")); ``` ## Contact chyxion@163.com