Click to See Complete Forum and Search --> : XML to word or excel


Russ
01-18-2005, 11:38 PM
Hello,

Is it possible to use XML to create a word document or an excel document? I am designing an online application in .NET that will allow me to manage my clients and prospects via the web. I am wanting to search the database for certain clients (lets say clients within a certain zip code) and then send those clients information (Name,address,state,zip)to a word or excel file. I want to then use that information to print out mailing labels for my mass mail outs.

Can this be done?

Khalid Ali
01-19-2005, 09:12 AM
I think you probably can(its been several years that I used XSL/XSLT + XSLFO but I vaguely remember something along those lines). Just look into XSLFO on w3c.org and I am sure you will get a solution for u

Russ
01-19-2005, 11:47 PM
Thanks for your help