# html2excel **Repository Path**: skymysky/html2excel ## Basic Information - **Project Name**: html2excel - **Description**: html2excel是一款将html中表格(table)转化成excel的工具包 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2018-12-21 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Html2excel Project [![Build Status](https://travis-ci.org/liaochong/html2excel.svg?branch=master)](https://travis-ci.org/liaochong/html2excel) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.liaochong/html2excel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.liaochong/html2excel) [![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/liaochong/html2excel.svg)](http://isitmaintained.com/project/liaochong/html2excel "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/liaochong/html2excel.svg)](http://isitmaintained.com/project/liaochong/html2excel "Percentage of issues still open") 文档 | Document -------------- https://github.com/liaochong/html2excel/wiki 优点 | Advantages ------------------ - **零学习成本**:使用html作为模板,学习成本几乎为零; - **可生成任意复杂表格**:本工具使用迭代单元格方式进行excel绘制,可生成任意复杂度excel,自适应宽度、高度; - **支持常用背景色、边框、字体等样式设置**:具体参见下方Style-support(样式支持)部分; - **支持.XLS、.XLSX**:支持生成.xls、.xlsx后缀的excel; - **支持低内存SXSSF模式**:支持低内存的SXSSF模式,可利用极低的内存生成.xlsx; - **屏蔽POI操作**:不直接操作过重的POI; - **支持多种模板引擎**:支持Freemarker、Groovy、Beetl等常用模板引擎,默认内置Beetl模板引擎(推荐引擎,[Beetl文档](http://ibeetl.com/guide/#beetl)); - **提供默认模板引擎,直接输出简单excel**:无需编写任何html,已内置默认模板,可直接根据POJO数据列表输出; - **支持一次生成多sheet**:以table作为sheet单元,支持一份excel文档中多sheet; 联系以及问题反馈 | Contact me -------------------------- * QQ: 1475958950 * Email:liaochong8950@163.com * Issue:[issues](https://github.com/liaochong/html2excel/issues) > 如本项目对您有所帮助,烦请点击上方star或者在下方扫码支付任意金额以鼓励作者更好地开发,十分感谢您的关注!