Create Excel File with ASP.NET

confusedgirl

New Member
I am trying to move an ASP application that creates excel files to ASP.NET. When I try and perform the createobject("Excel.Spreadsheet") that I used in ASP, it fails in ASP.NET Is there a way to create excel files and save them on the server in ASP.NET? I have added a reference to the Microsoft Excel COM object, but cannot get that to work either. Any help with this would be greatly appreciated.<BR><BR>Thanks,<BR>JasonYou can take a look at this post and links<BR>http://www.aspmessageboard.com/forum/aspplus.asp?M=367743&T=367635&F=36&P=1<BR><BR>These may also help<BR>http://www.csharphelp.com/archives/archive241.html<BR>http://123aspx.com/search.aspx?lookfor=excel&submit=search&wording=1
 
Back
Top