Visual Studio Tools for Office 是否需要安装 Office?

发布于 2024-08-25 09:24:25 字数 66 浏览 2 评论 0原文

Visual Studio Tools for Office 是否需要安装 Office 才能处理 Excel 文件?

Does Visual Studio Tools for Office require Office to be installed in order to work with excel files?

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

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

发布评论

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

评论(2

诗笺 2024-09-01 09:24:25

来自 MSDN

必须先将 Microsoft Office 主互操作程序集安装到全局程序集缓存 (GAC) 中并进行注册,然后才能创建或运行 Visual Studio Tools for Office 解决方案。然后,您可以编写托管代码来与 Microsoft Office 应用程序的基于 COM 的对象模型进行交互。有关详细信息,请参阅如何:安装 Office 主互操作程序集

第二个链接指出:

您可以通过两种方式在全局程序集缓存中安装完整的主要互操作程序集:

  • 执行 Microsoft Office 的完整安装。
  • 从可再发行的主互操作程序集包中安装它们。

此可再发行组件可以从此处下载

From the MSDN

The Microsoft Office primary interop assemblies must be installed into the global assembly cache (GAC) and registered before you can create or run a Visual Studio Tools for Office solution. You can then write managed code to interact with a Microsoft Office application's COM-based object model. For more information, see How to: Install Office Primary Interop Assemblies.

This second link states:

You can install the complete set of primary interop assemblies in the global assembly cache in two ways:

  • Perform a Complete installation of Microsoft Office.
  • Install them from the redistributable primary interop assemblies package.

This redistributable can be downloaded from here

纸伞微斜 2024-09-01 09:24:25

系统要求 说出以下信息:

Microsoft Office 版本:开发和运行使用 VSTO 2005 或 VSTO 2005 SE 构建的 Office 自定义 至少需要以下 Microsoft Office 版本之一

  • Microsoft Office Professional Edition 2003
  • Microsoft Office Standard Edition 2003(仅应用程序级加载项适用于标准版)
  • Microsoft Word 2003
  • Microsoft Excel 2003
  • Microsoft InfoPath 2003
  • Microsoft Outlook 2003
  • Microsoft Office Visio 2003
  • Microsoft Office PowerPoint 2003
  • 2007 Microsoft Office 系统
  • Microsoft Office Word 2007
  • Microsoft Office Excel 2007
  • Microsoft Office Outlook 2007
  • Microsoft Office PowerPoint 2007
  • Microsoft Office Visio 2007
  • Microsoft Office InfoPath 2007

The System Requirements say the following:

Version of Microsoft Office: Developing and running Office customizations built with VSTO 2005 or VSTO 2005 SE requires at least one of the following versions of Microsoft Office

  • Microsoft Office Professional Edition 2003
  • Microsoft Office Standard Edition 2003 (only application-level add-ins work with Standard Edition)
  • Microsoft Word 2003
  • Microsoft Excel 2003
  • Microsoft InfoPath 2003
  • Microsoft Outlook 2003
  • Microsoft Office Visio 2003
  • Microsoft Office PowerPoint 2003
  • 2007 Microsoft Office system
  • Microsoft Office Word 2007
  • Microsoft Office Excel 2007
  • Microsoft Office Outlook 2007
  • Microsoft Office PowerPoint 2007
  • Microsoft Office Visio 2007
  • Microsoft Office InfoPath 2007
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文