Salue,
I need to add a functionality to my Java app by allowing the replacement of strings in ms word files.
Basically I need to use an original MS Word file as template and then populate it with data,
replacing some keywords. And I need to do this with Java.
I know MS Word is binary and not text file, so I was wondering if there is any Java API to let me do this?
Merci, Irene
I need to add a functionality to my Java app by allowing the replacement of strings in ms word files.
Basically I need to use an original MS Word file as template and then populate it with data,
replacing some keywords. And I need to do this with Java.
I know MS Word is binary and not text file, so I was wondering if there is any Java API to let me do this?
Merci, Irene
Comment