|
|
| XLS [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
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 |
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 |
|  | |
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 |
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 |
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 |
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 |
|  | |
ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name. Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
First part of 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.New code rewieved and printable. |
Icon Key >
 - Recently Updated
 - Showcase Listing
|