You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by srinath prathi <sr...@gmail.com> on 2015/11/04 09:08:02 UTC

Issues with XWPFDocument

Dear All
I want to parse both doc and docx format.
This is my pom.xml


<dependency>
        <groupId>org.apache.poi</groupId>
        <artifactId>poi-scratchpad</artifactId>
        <version>3.13</version>
    </dependency>
    <dependency>
        <groupId>org.apache.poi</groupId>
        <artifactId>poi-ooxml</artifactId>
        <version>3.13</version>
    </dependency>
    <dependency>
        <groupId>org.apache.poi</groupId>
        <artifactId>poi-ooxml-schemas</artifactId>
        <version>3.13</version>
    </dependency>



Still my eclipse is unable to locate teh XWPFDocument? What is the
problem?  Attaching the screenshot of the issue.
Please help me.



Yours Sincerely
Srinath