- Create Excel on the Server
This code example demonstrates how to create excel documents on your server. Using the US state info db, after reading the contents of the db instead of writing output to the browser, html text is written to the server with the .xls file extension. A link to the new document is created (in the browser) for easy navigation to the new document. The current time (server time) is also displayed to show that the excel document was created dynamically.
http://www.codeave.com/asp/code.asp?u_log=143
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Display an Excel DB
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 SQL Server, but on a much smaller scale." This exmaple code demonstrates how to display data from Excel using sample data of Hank Greenbergs career statistics. Example code available for download.
http://www.codeave.com/asp/code.asp?u_log=135
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Output To MSExcel
This is a short example showing how to bring data from Access to excel where further manipulation can take place.
http://www.codeave.com/asp/code.asp?u_log=40
(Rating: 0.00 Votes: 0)
Rate It
Review It
|