3

in my c# program, i try to use wrtie something to excel. i find a method on the internet, using Microsoft.Office.Interop.Excel class. but when i use Microsoft.Office.Interop.Excel,it said that no Interop class found. i have already had Microsoft Office 12.0 Object Library reference in my project

4

1 回答 1

1

您需要添加Microsoft.Office.Interop.Excel.dll到您的项目中。请参阅示例http://msdn.microsoft.com/en-us/library/dd264733.aspx

于 2011-07-26T03:34:56.223 回答