How to write data in an Existing Word Document

I need to Open a Existing Word Document.. and write few lines and Tables in the document.. Is there are any jar's like jxl available for this.. if not can anyone please help me out regarding this

[203 byte] By [UmaShankarKa] at [2007-11-27 11:53:30]
# 1

Jakarta POI maybe.

CeciNEstPasUnProgrammeura at 2007-7-29 18:50:38 > top of Java-index,Java Essentials,Java Programming...
# 2

I tried Jakarta POI but it doesn't have support for WordProcessing for Office2003..

UmaShankarKa at 2007-7-29 18:50:38 > top of Java-index,Java Essentials,Java Programming...
# 3

What is "WordProcessing for Office 2003"? Can't even find it on Google.

CeciNEstPasUnProgrammeura at 2007-7-29 18:50:38 > top of Java-index,Java Essentials,Java Programming...
# 4

I meant to say that it... Jakarta doesn't support office 2003 document.. is there any api which can read a Word Document and give us a option to write in to it at any specified place....

UmaShankarKa at 2007-7-29 18:50:38 > top of Java-index,Java Essentials,Java Programming...
# 5

Why dont you use RandomAccessFile?

Rosy_Thomas@Javaa at 2007-7-29 18:50:38 > top of Java-index,Java Essentials,Java Programming...
# 6

> Why dont you use RandomAccessFile?

This is not a viable solution to this problem.

cotton.ma at 2007-7-29 18:50:38 > top of Java-index,Java Essentials,Java Programming...
# 7

> Why dont you use RandomAccessFile?

The question is: why do you think he should?

CeciNEstPasUnProgrammeura at 2007-7-29 18:50:38 > top of Java-index,Java Essentials,Java Programming...