|
Display an Excel DB
|
Other links at ASP > Tutorials > Excel and ASP |
| 1. |
Create Excel from Form Input
|
|
|
ASP form input can be transformed into most any type of format that youd like to see it in. Typically, most form input either gets delivered to a database, like Access or SQL server or the output is sent to an email address or some other application. This example will show you how to take user input and create an excel file of that input on the server. The title that the user inputs will be used to name the document. When utilizing this script on your site please keep in mind that the directory that you execute the .asp code from must have user write authority established on the server.
|
| 2. |
Creating Excel Spreadsheets
|
|
|
This article describes using the Office Web Components (OWC) to create an Excel spreadsheet via ASP code based on the results from a database query. All of this complexity is encapsulated in a (rather basic) class.
|
| 3. |
Generate Excel files with ADO part I
|
|
|
A complete tutorial learning you how to query and update an excel spredsheet on the fly before sending it back to the client. Can put data on multiple sheets in difference of the changing MIME document method!
|
| 4. |
Create Excel from Form Input
|
|
|
ASP form input can be transformed into most any type of format that youd like to see it in. Typically, most form input either gets delivered to a database, like Access or SQL server or the output is sent to an email address or some other application. This example will show you how to take user input and create an excel file of that input on the server. The title that the user inputs will be used to name the document. When utilizing this script on your site please keep in mind that the directory that you execute the .asp code from must have user write authority established on the server.
|
| 5. |
Output To MSExcel
|
|
|
This is a short example showing how to bring data from Access to excel where further manipulation can take place.
|
|
|