Hi, I am facing a problem with ASP.NET Excel output.
I am using
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.Code:Response.ContentType = "application/vnd.ms-excel"
Can anyone help me?


Reply With Quote