Dynamic Charts in Excel.

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....
 
R

RobinS

You posted this in the VB, C#, and ASP newsgroups (at least). If you need
to post something to multiple groups, please post all of them at once, so
any answers made in one group are displayed in the others, and people know
they can spend their time helping someone who needs it.

As someone pointed out to you in the C# group, your question was answered
in the ASP group.

Robin S.
 

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

Top