Hi friends,
I want to read data from sql server db and export that data to excel sheet. I have a template excel file in which formulas are defined and a graph is placed.
I want to use this template and create new excel file and the filename is specified on the fly.
How can I do it in asp.net?
Somewhere I found that to add reference for Microsoft.Excel 11.0 library
and import the namespace, using System.Runtime.InteropServices.Marshal
in the event procedures, Excel.Application exl = ...
I am not getting the Excel. intellisence popup
Any reply is highly appreciated.