How do I create and write to an excel file from ASP? 
Author Message
 How do I create and write to an excel file from ASP?

Hey there,
Basically what I want to do is..
1. take user input and retrieve a recordset from one of my databases.
2. then create an excel file and write the data into it.
3. save that file on the server and be done.

I know how to get the data in step 1. but beyond that I haven't been able to
find a way to create the excel file.  I've read some posts on being able to
use a DSN to connect to an existing excel file then read and update it, but
haven't seen anything about actually creating the file.

If you have any solutions please throw them my way..
thanks
-casey



Fri, 27 Jul 2001 03:00:00 GMT  
 How do I create and write to an excel file from ASP?
That's one way to do it, but it makes the server do a lot of work. 15
seconds has a great article on the subject, located at
http://www.15seconds.com/Issue/970515.htm . I copied their code and it
worked great!


Tue, 31 Jul 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Create an Excel file from ASP

2. How to create an excel file with asp?

3. newbie: create and write to excel spreadsheet

4. Write a Excel File Without Excel App

5. Write to an Excel file from VB without Excel present

6. Writing Excel Files W/O Existing Excel Application

7. Writing Excel-files w/o Excel present?

8. ANNOUNCE : Platform independent toolkit for writing excel file format files

9. write EXCEL Workbook from ASP

10. Write to Excel From ASP?

11. Accessing files in excel dynamically------(Can It be done?)---

12. Creating Excel Files Without Excel...

 

 
Powered by phpBB® Forum Software