Problem of report in excel
-
Hello every one I need to develop an application in asp.net where i had to make report in excel for that i wrote my code like
Dim xl As New Excel.Application
xl = CreateObject("Excel.Application")
xl.Workbooks.Add()
xl.visible = Truethis code works with vb.net 2005 but the same i want to use in asp.net 2008 now it shows an error like "type 'excel.application' not found" so please help me how to approach I am new to asp.net 2008.
-
Hello every one I need to develop an application in asp.net where i had to make report in excel for that i wrote my code like
Dim xl As New Excel.Application
xl = CreateObject("Excel.Application")
xl.Workbooks.Add()
xl.visible = Truethis code works with vb.net 2005 but the same i want to use in asp.net 2008 now it shows an error like "type 'excel.application' not found" so please help me how to approach I am new to asp.net 2008.
I am guessing you did this in the past via some code you found online and have no idea how it worked. The Excel stuff is not built in, you need to download the toolkit for it from MS. Also, you need Excel to be installed. You will create an Excel sheet on the server and users will download it ?
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp