Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help needed while reading the MS word 2000 doc file

843833Oct 9 2009
Hi friends,

I am writing small java code which will read the MS doc i.e. MS word (98-2003) format doc file. This file contains the one table of 10rows and 5 columns, with some entries in that.

Now here I want to read that table entries by cell-by-cell meaner and convert it into the CSV format.

I tried with "Apache POI - HWPF - Java API to Handle Microsoft Word Files" but in this I don't find it. Using this I can read the text by paragraph or normal text. But how we can read the table. Also I don't fine any API of "Apache POI-HWPF".

Please any one tells me how I can do this.

Regards,
Sam
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 6 2009
Added on Oct 9 2009
0 comments
146 views