With Coldfusion when I export HTML as an .XLS file, characters containing an umlaut, such as (ü,ö,ä), do not display correctly. For example, they display as ü or â instead of umlauts.
I tried these solutions, but no change.
<cfcontent type="application/vnd.ms-excel;charset=windows-1252" reset="yes">
<cfcontent type="application/vnd.ms-excel;charset_ISO-8859-1 "/>
<cfcontent type="application/vnd.ms-excel;charset_utf-8"/>
<cfheader name="Content-Disposition" value="attachment; filename=dt_memadr_xls.xls" charset="iso-8859-1">