| | |
Transferring data to Excel
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2006
Posts: 7
Reputation:
Solved Threads: 0
Hi, everyone. Hope someone can offer some help on this. I need to generate a chart, preferably, by using Microsoft Excel. I need to retrieve some data from an aspx form and use the data to generate the chart in Excel. Okay, there are some input fields in the aspx form and by retrieving the input data, an Excel chart can be generated, after the user clicks a button. The user might be directed to another page displaying the chart. Is it possible or does someone have any other way of doing it? Urgent. By the way, I am using ASP.NET with VB. Thanks.
Last edited by danae; Sep 26th, 2006 at 11:36 pm. Reason: left out something
•
•
Join Date: Dec 2004
Posts: 1,655
Reputation:
Solved Threads: 35
Excel is not a server application. Asking it to be a "chart server" for your web application is not going to lead to a scalable application. I would suggest either:
1) creating your own charts directly, which is possible using the Graphics namespace. Create images based on form data, and stream them right back to the user, or
2) get an ASP.NET compatible charting component.
1) creating your own charts directly, which is possible using the Graphics namespace. Create images based on form data, and stream them right back to the user, or
2) get an ASP.NET compatible charting component.
Last edited by tgreer; Sep 26th, 2006 at 11:56 pm.
•
•
Join Date: Jun 2006
Posts: 7
Reputation:
Solved Threads: 0
•
•
•
•
Excel is not a server application. Asking it to be a "chart server" for your web application is not going to lead to a scalable application. I would suggest either:
1) creating your own charts directly, which is possible using the Graphics namespace. Create images based on form data, and stream them right back to the user, or
2) get an ASP.NET compatible charting component.
•
•
Join Date: Dec 2004
Posts: 1,655
Reputation:
Solved Threads: 35
I have no control over the asp.net website. In any case, you really need to update to .NET Framework 2.0. I understand that may not be under your control.
I have to apologize. I said "Graphics", when I meant "Drawing". Use the System.Drawing namespace.
There are a few articles on the topic, such as this one.
I have to apologize. I said "Graphics", when I meant "Drawing". Use the System.Drawing namespace.
There are a few articles on the topic, such as this one.
![]() |
Similar Threads
- Get data out of excel file stored as an image (MS SQL)
- sending data to and receiving data from excel (VB.NET)
- Export data to Excel Template (MS Access and FileMaker Pro)
- Error message while importing data to Excel from the MySQL db (MySQL)
- Exporting data into Excel (C)
Other Threads in the ASP.NET Forum
- Previous Thread: help in final year project
- Next Thread: Web page authentication
| Thread Tools | Search this Thread |
.net activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net box browser button c# c#gridviewcolumn cac checkbox click commonfunctions compatible confirmationcodegeneration content courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dialog dropdownlist dynamically edit expose fileuploader fill flash formatdecimal forms formview gridview gudi homeedition iframe iis javascript jquery listbox microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers






