Hello guys.. I've got a question. I have a "template" word document that must be customized according to the user's requirements. The word document contains fields that need to be accommodate, for example: Loan amount <<credit_amount_field>> The amount of cretid to you, <<middle1>> <<surname>> of <<address>> something like this. does anyone how to create a java class that takes up this document and adapt it creating the m$$ document?? thanks in advance
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
David Weitzman
Ranch Hand
Joined: Jul 27, 2001
Posts: 1365
posted
0
hmm. Looks like the POI word subproject hasn't gotten too far yet. They may someday.
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
I think you are better off doing something like that using MS Tools. The fact is that MS can change their Word document format any time they feel like it and your program will fail.