An open API service indexing awesome lists of open source software.

https://github.com/wayshall/onetwo-poi

基于poi,对操作excel的简单封装。
https://github.com/wayshall/onetwo-poi

Last synced: about 1 month ago
JSON representation

基于poi,对操作excel的简单封装。

Awesome Lists containing this project

README

          

# onetw-poi
基于poi,对操作excel的简单封装。

## 使用 ##

String templatePath = "c:/excel_template.xml";
Map context = new HashMap<>();
TemplateGenerator g = ExcelGenerators.createExcelGenerator(templatePath, context);
g.write("c:/excel_generated.xls");
## xml 模板语法 ##