找回密码
 入学

QQ登录

只需一步,快速开始

查看: 951|回复: 0

ASP生产excel文件

[复制链接]
发表于 2009-5-8 10:39:32 | 显示全部楼层 |阅读模式
  1. Response.AddHeader "Content-Disposition", "attachment;filename=testexcel.xls"
  2. Response.ContentType = "application/vnd.ms-excel"
  3. Response.write "<table width=""100%"" border=""1"">"
  4. Response.write "<tr>"
  5. Response.write "<th width=""40%""><b>编号</b></th>"
  6. Response.write "<th width=""30%""><b>用户名</b></th>"
  7. Response.write "<th width=""30%""><b>密码</b></th>"
  8. Response.write "</tr>"
  9. Response.write "<tr>"
  10. Response.write "<td width=""40%"">1</td>"
  11. Response.write "<td width=""30%"">徐飞</td>"
  12. Response.write "<td width=""30%"">123456</td>"
  13. Response.write "</tr>"
  14. Response.write "</table>"


复制代码
您需要登录后才可以回帖 登录 | 入学

本版积分规则

QQ|Archiver|手机版|小黑屋|校园天空成立于2004年2月24日 ( 陕ICP备08000078号-8 )

GMT+8, 2025-6-26 07:28 , Processed in 0.079837 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表