I am creating an Excel file with classic ASP and everything works fine except for hyperlinks.
I use this to create the excel file:
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "Content-Disposition", "attachment;filename=artigos.xls"
And this to create the hyperlink:
<a href="http://www.google.pt" >teste</a>
When I open the file in excel it appears as a link, but like this:
file:///c:\users\silvia\desktop%0d%0ahttp:\www.google.pt%0d%0a