Reading from a Word Document
I have a word document consisting of data similar to this:
----------
Name : ABC
Age : 20
Experience Summary : xyz
ljljljkjk
hhhh
----------
I need to get the value of name , age and experience summary.
How do we do this using java ?
Thanks & Regards,
Irene
[373 byte] By [
Irene] at [2007-11-11 7:51:14]

# 1 Re: Reading from a Word Document
Hi,
I believe this is what you're looking for!
http://jakarta.apache.org/poi/index.html
Kind regards,
Noel
noelob at 2007-11-11 22:37:12 >
