On Wed, 29 Sep 2010, Fahad Ghani wrote:
I am working on POI XWPF API. I have a DOCX template. I need to modify this template i.e. fill certain fields or change them by mapping the template with an xml file.

You probably can't do it with simple xml processing, as the .docx format isn't xml-like enough...

Look at xwpfparagraph and xwpfrun for how to find, change and add text to a paragraph

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to