Hits Today: 1 Total: 25199 | Updated: 8/19/2000 | |
 | Requests have been made for sample code with the ability to use Excel as a data source. Please be aware that while ASP is meant to handle multiple users Excel is not so you should expect problems if you put this on a server that handles multiple users. Author: ASP 101 Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 29690 | Updated: 1/25/2002 | |
 | This simply code, make .xls fine dinamically. You can create worksheet and report. Any feedback is appreciated. Author: Alberto Sartori Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 6963 | Updated: 3/27/2002 | |
 | Nothing fancy, just a simple UltraDev Server Behavior shortcut to change the MIME Type (or Response.ContentType) in your ASP page. Doing so will load the page in a Web browser as a MS-Excel document.
Author: Pete Erwin Code: ASP 2.0 & VBScript | |  | |
Hits Today: 2 Total: 24625 | Updated: 10/22/1999 | |
 | Writing from a database to a web page is just as useless as printing it on paper when it comes heavily analysis. Fortunately, if you can bring data to a browser you can bring it to excel where further manipulation can take place. Author: CodeAve.com Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 15803 | Updated: 1/20/2000 | |
 | This tutorial, on Excel's Web Query tool, demonstrates how to update
selected spreadsheet cells instantly over an HTTP connection. Author: Bill Jeffries Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 13907 | Updated: 6/16/2001 | |
 | Creating Excel dynamically can be done in the browser or the output can be directed to the server. HTML is written to the server with the .xls file extension creating an excel on your server ready for download or permanent storage. Author: CodeAve.com Code: ASP 3.0 & VBScript |
Hits Today: 3 Total: 4593 | Updated: 5/16/2005 | |
 | Learn how dynamically generate an Excel Spreadsheet on the fly from a database or any else source of data. Fast and Easy to use it can display a spreadsheet on the client side by modifying the MIME type of the document. With a new sample script added. Author: Dypso U. Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 1073 | Updated: 3/23/2006 | |
 | Aim of this sample code is to show how to export data from a database server to excel. At this time we prefred to use mySQL. Because there are enough examples running with other databases eg. MS Access and MS SQL. Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 978 | Updated: 8/24/2006 | |
 | Aim of this articles is to display records from an Microsoft Excel in an ASP. We could use general SQL command while retreving data from an excel sheet. All we need to know how to connect Excel file. Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
|