Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Generate a chart with asp.net

Is it possible to generate an excel worksheet with a graph/chart which is
build up by data from a query result?

(not an excel chart integrated into the browser)

I`m currently using Visual Studio 2003 (vb.net) and I have Office 2003
Do I need to upgrade or do I need extra tools to do the job?
[319 byte] By [Cocktail] at [2007-11-11 7:59:54]
# 1 Re: Generate a chart with asp.net
Try our Reporting services it come together wih SQL Server..
Patrick
Another option is to look for a web chart control
naijacoder at 2007-11-11 23:13:27 >
# 2 Re: Generate a chart with asp.net
Yes you can create charts in excel from your code in vb.net or c#.
Add COM reference of the excel object to your project.

Refer to the following link
http://msdn.microsoft.com/office/understanding/excel/technicalarticles/default.aspx?pull=/library/en-us/odc_xl2003_ta/html/odc_xl_manipulatecharts.asp
vcs at 2007-11-11 23:14:27 >