Visual Studio C# Windows 应用程序中的 Office 2007 Web 组件和 Microsoft Office 电子表格 12.0 使用情况

发布于 2024-10-15 06:21:36 字数 414 浏览 5 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长安忆 2024-10-22 06:21:36

您可以使用 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文