解决64位windows server 2008上调用objExcel.Workbooks.Open(xlsFile)出现Exception from HRESULT: 0x800A03EC错误
摘要:
开发机器为windows server 2003,安装了office 2003,从.aspx文件中调用excel处理xls文件。下面是部分代码: Try oExcel = New Microsoft.Office.Interop.Excel.Application oExcel.DisplayAlerts = False oExcel.Visible = False tmpVersion = oExcel.Version oExcel.Workbooks.Open(tmpDesFile) ... 阅读全文
posted @ 2012-07-28 02:06 dk163 阅读(3181) 评论(1) 推荐(1)
浙公网安备 33010602011771号