Visual Studio C# Windows 应用程序中的 Office 2007 Web 组件和 Microsoft Office 电子表格 12.0 使用情况
我无法在工具箱的 Visual studio COM 组件选项卡中找到 Microsoft Office 电子表格 12.0 COM 组件/控件。
而且我也无法使用/找到“OWC12.dll”以便在工具箱控件项中添加相同的内容。
因为我可以在“工具箱 COM 组件项”选项卡中看到“Microsoft Office 电子表格 11.0”的“owc11.dll”。
但我需要在我的 Visual Studio 2008 WinApp 项目中与 Office2007 电子表格相关的最新 COM 组件。
如果 12.0 组件不可用,请告诉我如何在 Visual Studio2008/2010 Windows 应用程序项目中添加 Excel 2007 电子表格作为控件。
请向我提供详细的解释以及添加代码的过程。
-BS
I'm unable to find Microsoft Office spreadsheet 12.0 COM component/control in Visual studio COM components tab of ToolBox.
And also i couldn't able to use/find 'OWC12.dll' in order to add the same in Toolbox control items.
Since I'm able to see something called 'owc11.dll' of 'Microsoft Office spreadsheet 11.0' in Toolbox COM components items tab.
But i need the latest COM component related to spreadsheet of Office2007 in my Visual Studio 2008 WinApp project.
In case if not available of 12.0 component then please tell me how to add an excel 2007 spreadsheet as a control in Visual Studio2008/2010 Windows Application project.
Please provide me detailed explanation and process of adding the same with code .
-B.S
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 AxSpreadsheet 控件将 Excel 工作簿添加到 Windows 窗体。要使用此控件,您需要添加 AxInterop.OWC11.dll 和 Interop.Office.DLL 的引用。
http:// dotnetcodelearner.wordpress.com/2012/12/19/displaying-the-excel-workbook-in-windows-form-using-axspreadsheet/
You can add a excel work book to your windows form by using the AxSpreadsheet control. To use this control you need to add a reference of AxInterop.OWC11.dll and Interop.Office.DLL.
http://dotnetcodelearner.wordpress.com/2012/12/19/displaying-the-excel-workbook-in-windows-form-using-axspreadsheet/