报错页:Server Error in '/' Application.
-----------------------------------------------------------------------------------------------------Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154.Source Error: 
Line 34:     {
Line 35:          bool b = false;
Line 36:          Microsoft.Office.Interop.Excel.Application xlsApp = new Microsoft.Office.Interop.Excel.Application();            
Line 37:         Microsoft.Office.Interop.Excel._Workbook xlsBook = xlsApp.Workbooks.Add(Microsoft.Office.Interop.Excel.XlWBATemplate.xlWBATWorksheet);            
Line 38:         Microsoft.Office.Interop.Excel._Worksheet xlsSheet = (Microsoft.Office.Interop.Excel._Worksheet)xlsBook.Worksheets[1];
------------------------------------------------------------------------------------------------------------
 还有:运行dcomcnfg打开组件服务依次展开"组件服务"->"计算机"->"我的电脑"->"DCOM配置"找不到"Microsoft Excel应用程序"
(是不是我的服务器上没有安装office)
大家有什么好的导入方法给发一个。
注:我的数据控件又分页,不能从gridview中导出。