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