【文件属性】:
文件名称:word源码java-poi-helper:apachepoi辅助工具
文件大小:984KB
文件格式:ZIP
更新时间:2024-06-25 16:27:15
系统开源
word源码java
poi-helper
库辅助工具,提供更便捷的操作
word、excel
等的方法
使用
在
maven
工程里,添加依赖:
com.orange.opensource
poi-helper
0.0.4-SNAPSHOT
示例代码:
package
com.orange.poi.test;
import
com.orange.poi.util.TempFileUtil;
import
org.apache.poi.xwpf.usermodel.XWPFDocument;
import
org.apache.poi.xwpf.usermodel.XWPFParagraph;
import
java.io.File;
import
java.io.FileOutputStream;
import
java.io.IOException;
/**
*
*
测试
*
*
@author
小天
*
【文件预览】:
poi-helper-master
----.gitignore(69B)
----src()
--------main()
--------test()
----LICENSE(11KB)
----pom.xml(4KB)
----README.md(2KB)