Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to read/write MS Word files?

Status
Not open for further replies.

correro

Programmer
Nov 20, 2003
54
CN
I need to read/write MS Word files (with tables in them) using Java API. How do I do it?

I've searched extensively online, checked Apache POI, but didn't get anything. If you happen to know, or have some experience in this, please kindly help! Thanks!
 
There are no core Sun Java API's to achieve this.

POI is what you want.
 
You can use OLE2 + JNI.

Ion Filipski
1c.bmp
 
I know Apache POI might do it, or other solution like OLE2+JNI. But can you give some how-to, please? Thanks!
 
Can you please give me some how-to? Like a snippet of Java code that reads/writes Word files using POI API, or some detailed scheme involving OLE2+JNI? I've spent lots of time studying this, but in vain. I'd really appreciate your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top