J
Jawad Rehman
Hello everybody.....
I have an excel file which is resided on server,there is some data on
the cells .Now i want to
generate dynamic graph on the basis of the data present in the excel
file using ASP.NET.
I have solution of this ,that i should use the Com component
interop.microsoft.excel.but
According to the specifaction of this Com Component.In order to
connect to excel u must have
reference of excel File that u want to manipulate.
this can be easily done by using...
Public oexcel As Excel.Application
oexcel = CreateObject("Excel.Application")
but This will create a reference of excel file of type
excel.application .& its a newly created excel process.
But my problem is that i have an excel file that is resided on
server.And i need a reference of
this excel file of the type Excel.Application.
How i can get reference , plz help me in this regard....
I have an excel file which is resided on server,there is some data on
the cells .Now i want to
generate dynamic graph on the basis of the data present in the excel
file using ASP.NET.
I have solution of this ,that i should use the Com component
interop.microsoft.excel.but
According to the specifaction of this Com Component.In order to
connect to excel u must have
reference of excel File that u want to manipulate.
this can be easily done by using...
Public oexcel As Excel.Application
oexcel = CreateObject("Excel.Application")
but This will create a reference of excel file of type
excel.application .& its a newly created excel process.
But my problem is that i have an excel file that is resided on
server.And i need a reference of
this excel file of the type Excel.Application.
How i can get reference , plz help me in this regard....