With uwgdExcelExporter
                .DownloadName = ".xls"
                .ExportMode = ExcelExport.ExportMode.InBrowser
                .ExcelStartRow = 5
                .WorksheetName = "MsyuruiMasta"
                .Export(Me.uwgdItiran)
            End With现在的问题是:DownloadName 是日文的时候,生成的文件名是乱码,(OS是日文的)采用了Encoding.GetEncoding("shift-Jis").GetString(aa)的方法仍然无法解决请教有知道解决办法的么,谢谢