Hi people,
I have been asking about changing of text keys by text values and changing
of text keys by images, and people have answer my questions. I would thank
these people!
Yesterday, I discovered that my client can update his Microsoft Office to
the Office 2003 version. So, it means that the files created on this version
are XML-based, right?
Considering this information, it seems that would be easier to do the
following steps:
1. Read a template file in any type of Office (like .DOC, .PPT and .XLS-->
for the last one, I got success with jxls.sourceforge.net);
2. When I find some key (someword between delimiters like "[" and "]" or in
expression language like ${xyz} --> the last one has been used in tht jXLS
project), I select for that key in a database and get the correspondent
value;
3. With all the values found, a new file is generated changing the keys by
the values, with the same format of the original file (template file).
Am I right?
Please, I would like to know which would be the better way to do this. If
with or whitout POI.
People have already told me that Cocoon can handle XML files. Should I use
it or POI?
Thanks in advance!
Luiz