I\'m doing some Excel Exports on the ASP.NET Site. Everything works except of the Encoding. When I open it in Excel, it looks like this:
Eingabe Koste
add Response.BinaryWrite(System.Text.Encoding.Unicode.GetPreamble());
Response.BinaryWrite(System.Text.Encoding.Unicode.GetPreamble());