imports required for using excel?

Nekroces

New member
Joined
Aug 21, 2003
Messages
4
Im trying to use excel from asp.net pages
I just try to create an excel object using:
Dim exExcel As Excel.Application[\I]
And the compiler says:
Type Excel.Application is not defined

Do i have to write a import sentece?
How?
 
Hi!!

You have to make a reference to Excel to be able to use the objects! Are you using Visual Studio .NET to develop your ASP application??

/Wakemaster
 
Hi!
Im not using Visual Studio .NET. Im developing my pages from a text editor. I have a dll called interop.Office.dll that is created from Visual Studio.NET. I would like to use the classes from this dll. Do you know how?
Thaks
 
Back
Top