CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Oct 2012
    Posts
    1

    Exclamation how to read docx file in java .

    for example when when attach docx file in java and when i click a button then show complete string in jtextarea. whole docx in java programe

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: how to read docx file in java .

    Google for "Java docx library"
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  3. #3
    Join Date
    Nov 2012
    Posts
    1

    Thumbs up Re: how to read docx file in java .

    use Apache POI Project, it will resolve all ur requirements of Microsoft Office,

  4. #4
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: how to read docx file in java .

    use Apache POI Project, it will resolve all ur requirements of Microsoft Office,
    Apache POI is good but it does not handle all of office's features.
    There are also other free libraries available as well as some commercial ones that maybe worth looking at, depending on the OP's requirements.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured