找不到 Microsoft.Office.Interop.Excel,请帮助我
在我的 C# 程序中,我尝试使用 wrtie 来表现出色。 我在互联网上找到了一种方法,使用 Microsoft.Office.Interop.Excel 类。 但是当我使用 Microsoft.Office.Interop.Excel 时,它说找不到 Interop 类。 我的项目中已经有 Microsoft Office 12.0 对象库参考
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将 Microsoft.Office.Interop.Excel.dll 添加到您的项目中。请参阅示例 http://msdn.microsoft.com/en-us/library/ dd264733.aspx
You need to add
Microsoft.Office.Interop.Excel.dll
to your project. See the example http://msdn.microsoft.com/en-us/library/dd264733.aspx