However, it is possible to create an instance of excel in the user's browser (provided it is installed on their computer) using:
Response.ContentType = "application/vnd.ms-excel"
as the first line in the page. You cannot use include files on this page. The excel file is built in tables just like an html document.
Regards,
Joli