- Moderator
- #1
I need to create an excel document on the fly from an ASP page. I *would* just use the method of generating it through HTML tables, HOWEVER, I need to be able to create a true Excel file with multiple sheets populated with data.
I'm sure this is going to include "Server.CreateObject("Excel.Application")" for example, but I'm having the darnedest time finding code examples for it.
OWC won't work, because it doesn't support multiple sheets. My idea is to launch excel on the server, build the document, then either save it with a link to download it, or stream it to the end user.
Anybody have some programming examples on how to do this with ASP? Thanks in advance!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
I'm sure this is going to include "Server.CreateObject("Excel.Application")" for example, but I'm having the darnedest time finding code examples for it.
OWC won't work, because it doesn't support multiple sheets. My idea is to launch excel on the server, build the document, then either save it with a link to download it, or stream it to the end user.
Anybody have some programming examples on how to do this with ASP? Thanks in advance!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg