java导出word功能怎么实现,不需要图品,能导出字段就行
1.Apache POI
以下是官方地址和,maven库地址
http://poi.apache.org/
https://mvnrepository.com/artifact/org.apache.poi?sort=newest
2.java2word
这是项目的github地址
https://github.com/leonardoanalista/java2word
java2word,示例代码简单。Apache POI 功能更多
hutool工具类中有office操作工具类Word生成-Word07Writer,这里有我写的例子,导出试题的。https://blog.csdn.net/bananachong/article/details/107322095
用poi库吧。百度有教程
用poi的比较多,百度上有很多教程