Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 539 Bytes

office-util

基于easypoi和hutool的word和excel的操作工具

项目初衷

之前因公司业务需求,需要生成word表格。由于生成的表格数据存在list集合,且集合数量也不能确定,在网上找了很多工具均无果之后就自己写了一个方法生成word表格。

jar版本

xmlbeans:3.1.0
poi-ooxml:4.1.0
ooxml-schemas:1.4
poi-ooxml-schemas:4.1.0
easypoi-base:4.1.3
easypoi-web:4.1.3
easypoi-annotation:4.1.3
hutool-all:4.6.3
tomcat-embed-core:9.0.31