我正在用经典的 ASP 创建一个 Excel 文件,除了超链接之外一切正常。
我用它来创建excel文件:
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "Content-Disposition", "attachment;filename=artigos.xls"
这将创建超链接:
<a href="http://www.google.pt" >teste</a>
当我在 excel 中打开文件时,它显示为一个链接,但像这样:
file:///c:\users\silvia\desktop%0d%0ahttp:\www.google.pt%0d%0a