简体   繁体   English

此Interop实例适用于Office 365吗?

[英]Does this Interop Instance work for office 365?

I have this instance 我有这个实例

Microsoft.Office.Interop.Excel.Application excel = new Microsoft.Office.Interop.Excel.Application();

 excel.Application.Workbooks.Add(true);

and I would like to know if it works for when I have office 365 installed on my computer? 并且我想知道当我在计算机上安装Office 365时是否适用? or if I have to modify the code line to make it work with office 365 或者如果我必须修改代码行以使其与Office 365一起使用

Mirosoft works extremely hard to make sure that every new version of MS Office is fully compatible with previous ones. Mirosoft非常努力地确保MS Office的每个新版本都与以前的版本完全兼容。 The operations above are very simple, therefore there's a 0% chance that they won't work in future versions of MS Office. 上面的操作非常简单,因此有0%的可能性它们无法在将来的MS Office版本中使用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法添加对Outlook 2016(Office 365)Interop(16.0.0.0)的引用 - Cannot add reference to Outlook 2016 (Office 365) Interop (16.0.0.0) 主互操作程序集(PIA)是否要求在计算机中安装Microsoft Office才能工作 - Does Primary Interop Assemblies ( PIA ) require Microsoft Office to be installed in the machine to work 将microsoft.office.interop.excel添加到Visual Studio 2015中不起作用 - adding microsoft.office.interop.excel to visual studio 2015 does not work 使用 Microsoft.Office.Interop.Outlook 在 Office 365 上创建 mailItem 时随机发生 RPC 错误 - RPC Error occurring randomly when creating mailItem on Office 365 using Microsoft.Office.Interop.Outlook Office 2010 PIA是否可以与Office 365(2013)一起使用? - Will Office 2010 PIA's work with Office 365 (2013)? 在机器中分离 Microsoft.Office.Interop.Word 实例和 Word 应用程序 - Separate Microsoft.Office.Interop.Word instance and Word app in machine 如何“释放” Microsoft.Office.Interop.Word.Application wordApp实例? - How to “free” an Microsoft.Office.Interop.Word.Application wordApp instance? 创建新实例时崩溃(Microsoft.Office.Interop.Excel) - Crash when creating new instance(Microsoft.Office.Interop.Excel ) 使用Microsoft.Office.Interop.Word 2016/365编码和2010生产的Visual Studio 2017 C#项目 - Visual Studio 2017 C# project with Microsoft.Office.Interop.Word 2016/365 coded and 2010 production 无法获得Microsoft.Office.Interop引用的工作 - Can't get Microsoft.Office.Interop reference to work
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM