我想将数据从网格视图组件(telerik中的radgridview)导出到excel文件,使用winform数据网格视图可以,但是当我使用telerik的数据网格视图时出现错误
System.Runtime.InteropServices.COMException: 'Exception from HRESULT: 0x800A03EC'
我正在使用的dll文件为:using Microsoft.Office.Interop.Excel;
当运行库达到“另存为”功能时,它将使应用程序崩溃并显示错误:
ws.SaveAs(fileName, XlFileFormat.xlWorkbookNormal, Type.Missing, true, false, XlSaveAsAccessMode.xlNoChange, XlSaveConflictResolution.xlLocalSessionChanges, Type.Missing, Type.Missing);