使用 Activex 控件查看 Excel 文件

发布于 2024-10-28 11:00:31 字数 151 浏览 6 评论 0原文

我想在我尝试使用 Visual Studio 2010 构建的 Windows 应用程序中查看 excel 文件。

我该怎么做?

是否有任何 excel activeX 控件可以实现此目的。

热烈欢迎建议......

请帮助

I want to view excel file in my windows application which I am trying to build using visual studio 2010.

How can I do this ?

Is there any excel activeX control for this.

Suggestion are warmly welcome....

Please Help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

今天小雨转甜 2024-11-04 11:00:31

实际上我找到了两种技术来做到这一点:

  1. 使用 Web 浏览器控件: 最好使用 AxWebBrowser,因为当您使用 2007 和 2010 版本的 excel 时,功能区无法显示,而是使用此控件WebBrowser 可以更好的帮助解决这个问题。
  2. 使用SetParent Win32 API:我认为这是更好的解决方案,因为它更可控。幸运的是,通过此技术实现的完整控件已在 CodePlex 中发布,位于:ExcelViewer

Actually I found two techniques to do this:

  1. Use a Web Browser control: And it is better to use AxWebBrowser because when you use 2007 and 2010 version of excel the ribbon can not be shown and using this control instead of WebBrowser is better to help solve this problem.
  2. Use SetParent Win32 API: I think this is the better solution because it is more controllable. Fortunately the complete control implemented by this technique is published in CodePlex and it is here: ExcelViewer
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文