I am trying to insert a file into Word using Apache POI,I don't have a good idea to do it.
Could you give me some suggestions?
1 Replies
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>4.1.2</version>
</dependency>
go through this link:-https://mkyong.com/java/java-read-and-write-microsoft-word-with-apache-poi/