How to fill word/excel template with XML data

Hi,

My MFC program needs to output some data in certain format to get better printing. I think Word or Excel can be used to design template and use MFC program to fill in the data which is stored in XML format.

Could anybody tell me how to open Word or Excel template file and fill in the data?

Or you have some ways other than Word or Excel to design the output table?

Thanks a lot
[421 byte] By [neil0lee] at [2007-11-18 1:38:42]
# 1 Re: How to fill word/excel template with XML data
You can choose to use WORD/EXCEL Automation with MSXML Parser to do the work.
Krishnaa at 2007-11-10 8:54:06 >