Hi, I am facing a problem with ASP.NET Excel output.

I am using

Code:
Response.ContentType = "application/vnd.ms-excel"
in a web page to show some data from a db in Excel, but the Euro Currency sysmbol (€) retrieved from the database (text column) is not shown correctly by Excel.

Can anyone help me?