You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Create Excel on the Server ASP / Excel and ASP
Active Server Pages allow for the easy ability to create dynamic views of your data on a web server, but you can also create word and excel documents on the server. This can be particularly useful if you wish to distribute your information on CD or in document form.The following example will utilize our 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.