15 Aralık 2019 Pazar

POI Word XWPFDocument Sınıfı

Giriş
Açıklaması şöyle
Documents with docx extension are indeed zipped, but there is no single zipped file, but specific folder structure and filenames required
constructor
Şöyle yaparız.
InputStream is = new FileInputStream(new File("E:\\PrivateAndConfidential.docx")); 
XWPFDocument document = new XWPFDocument(is);

Hiç yorum yok:

Yorum Gönder