Home » Apache POI Creating MS Word

Apache POI Creating MS Word

by Online Tutorials Library

Apache POI Creating MS Word

To create a new Microsoft word file, Apache POI provides XWPFDocument class. This class is used in Java program to handle the word document.

See, in this following example, we are creating a word file tutoraspire.docx.

Apache POI Creating MS Word Example

Output:

This example creates a .doc extension file having name tutoraspire.docx.  

You may also like