Re: Creating a MS Word Document through Java



Jakarta POI is a gud choice for these kind of works..

Checkout POI at http://jakarta.apache.org/poi/hwpf/index.html

It has a very big API to work with MS word, Excel..from Java.

Also it is an open source.

.