https://github.com/wayshall/onetwo-poi
基于poi,对操作excel的简单封装。
https://github.com/wayshall/onetwo-poi
Last synced: about 1 month ago
JSON representation
基于poi,对操作excel的简单封装。
- Host: GitHub
- URL: https://github.com/wayshall/onetwo-poi
- Owner: wayshall
- License: apache-2.0
- Created: 2016-06-04T17:43:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T14:02:14.000Z (over 9 years ago)
- Last Synced: 2025-10-30T23:43:12.758Z (9 months ago)
- Language: Java
- Homepage:
- Size: 882 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 模板语法 ##