Help needed while reading the MS word 2000 doc file
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