I am working on a project which requires manipulation of MS word document using Java. I have found that Apache POI
is the best API to do that.
But I could not properly understand the use of POI from this link . Also, I was not able to SVN check-out the source from here.
Can anyone please help me with using POI or some sample code.
Thanks.
EDIT: Can I edit an existing Word template document and replace the place holders with the text I want using POI?