Hi, You can try too https://github.com/opensagres/xdocreport/
Regard's Angelo 2017-08-23 14:50 GMT+02:00 Dominik Stadler <[email protected]>: > Hi, > > You can take a look at https://github.com/centic9/poi-mail-merge/, this is > a small project which uses Apache POI to provide a generic mail-merge > functionality, it does not use the high-level APIs, but rather uses > lower-level XML based APIs to do the searching/replacing of the > marker-fields, maybe a similar approach is possible for your requirement. > > Dominik. > > On Mon, Aug 21, 2017 at 9:21 PM, [email protected] <[email protected]> > wrote: > > > > > I have a .doc file with MERGEFIELD and I use java program and POI 3.16. > > > > Is it possible to search MERGEFIELD and automatically replace with value? > > How to do it? > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
