c# Excel Export

G

Guest

I'm trying to export some data onto excel from my aspx page using c# code.

However, when I say xlApp = new Excel.Application,

the .Application is not listed from my intellisense popup.

Any idea why?

However I could do all these sucessfully:

Excel._Application xlApp
Excel._Workbook xlWBook;
Excel._Worksheet xlSheet1;
Excel.Sheets xlSheets;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top