Forum Moderators: mack
I believe the Office XP version of Excel has built-in XML capabilities. You could probably just use the raw XML file without needing to convert to .xls
Read this MS page for more details...
[microsoft.com...]
However I'd suggest that you should look at using a server side component to create the excel spreadsheet from the xml data and then once the component returns a result you could then let the user download said spreadsheet.
I'd prefer to use VB rather than VBScript to achieve this simply because I find it easier to deal with high-level objects using that rather than vbscript.. the Excel DOM isn't a tricky beast to master so after an initial test you should be able to create a nice little component with very little trouble.
- Tony