EXCEL
<%
Response.ContentType ="application/vnd.ms-excel"
Response.AddHeader "Content-Disposition", "attachment; filename=红宝网络表格.xls"
%>
WORD
<%
Response.ContentType ="application/vnd.ms-word"
Response.AddHeader "Content-Disposition", "attachment; filename=红宝网络文档.doc"
%>
头部加这个
内容只需读取数据以一个表格显示即可
asp导出excel帮实现