R
Roland Leisch
Hello!
I have to develop an application which creates DOC Reports (and in
future even XLS Reports) from my application. I want to transform the
data contained in my application and fill it into a word document.
Can anyone here give me a hint how to do this? I thought of inserting
tags into a DOT file. Afterwards I would work through the DOT file and
insert the data. Can you think of better ways (in terms of performance)
to creat such reports?
for example:
<name> tag will be filled with name property of my object and so on
Thanks in advance!
I have to develop an application which creates DOC Reports (and in
future even XLS Reports) from my application. I want to transform the
data contained in my application and fill it into a word document.
Can anyone here give me a hint how to do this? I thought of inserting
tags into a DOT file. Afterwards I would work through the DOT file and
insert the data. Can you think of better ways (in terms of performance)
to creat such reports?
for example:
<name> tag will be filled with name property of my object and so on
Thanks in advance!