Hello dear Syncfusion!
Please consult me. When I try to set cyrillic in filename it goes to wrong encoding:
---------------------------------------------------------------------------------------------------
string nameForFile = "Название.xlsx";
workbook.SaveAs(
nameForFile,
ExcelSaveType.SaveAsXLS,
Response,
ExcelDownloadType.PromptDialog);
workbook.Close();
excelEngine.Dispose();
---------------------------------------------------------------------------------------------------
What i get in IE11.0.9600.18665:
What I get in Chrome 58.0.3029.110 (64-bit):
Why can`t I save it in IE?