Hi,
I'm building a site where i need to pull some reports, the problem is that i need the reports to show ÆØÅ which is danish letters.
I'm building the CSV content using a Stringbuilder, and then saving it to the server, and then letting the user download the report from the server.
If i open the CSV file in Excel directly after downloading the ÆØÅ is replaced with something else, but if i open the CSV file in notepad and then save it and open it again in Excel the ÆØÅ is shown.
Anyone has an idea on what is wrong, since notepad can see ÆØÅ and Excel can't
I'm building a site where i need to pull some reports, the problem is that i need the reports to show ÆØÅ which is danish letters.
I'm building the CSV content using a Stringbuilder, and then saving it to the server, and then letting the user download the report from the server.
If i open the CSV file in Excel directly after downloading the ÆØÅ is replaced with something else, but if i open the CSV file in notepad and then save it and open it again in Excel the ÆØÅ is shown.
Anyone has an idea on what is wrong, since notepad can see ÆØÅ and Excel can't