Mail merge from Java
Posted
by Mike Q
on Stack Overflow
See other posts from Stack Overflow
or by Mike Q
Published on 2010-03-04T15:27:01Z
Indexed on
2010/05/20
13:30 UTC
Read the original article
Hit count: 327
Hi all,
Does anyone have any experience with doing mail merge from Java on a word document? I need to support both doc and docx formats.
I have heard of Apache POI and docx4j. However, from reading around I'm sure how good the word support is in POI. docx4j only supports docx format as far as I can see.
Can any suggest either one of the above (and correct my knowledge on support) or another appropriate library. If necessary I would be willing to use one lib for doc and another for docx.
Thanks.
© Stack Overflow or respective owner