Create an Employee Photo Directory with Excel and ASP description
This article shows how to use an Excel file as the database for an employee photo directory. As part of the Active Server Pages application it explains how to configure the spreadsheet for online use, create recordsets from the rows of data, and perform queries and navigate using a browser....[More]
Create an Employee Photo Directory with Excel and ASP Copyright
Previous Software in Excel and ASP
GenerateXLS is an ASP script that generates an Excel (XLS) file from a database. It is Copyrighted and is distributed under the GNU Public License.
The author writes "For small data bits on a server where the chance for significant simultaneous traffic is not likely excel can perform many of the basic tasks that can be accomplished in Access or S
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
This tutorial shows a quick and easy way to generate Excel reports using just ASP. It allows the server to dynamically create Excel reports without taking up any space on the server, and also allows m
This is a short example showing how to bring data from Access to excel where further manipulation can take place.