docx4j is a library which helps you to work with the Office Open XML file format as used in docx documents, pptx presentations, and xlsx spreadsheets.
'org.docx4j:docx4j:2.8.0'
<dependency> <groupId>org.docx4j</groupId> <artifactId>docx4j</artifactId> <version>2.8.0</version> </dependency>
<dependency org="org.docx4j" name="docx4j" rev="2.8.0"/>
"org.docx4j", "docx4j", "2.8.0"