Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

If there is one thing that can be said for interop it is that the interface of the replacement component is, with rare exceptions, complete and consistent with the original COM API.  I do not know of any gaps in the interop for Excel although a few things might need to be called slightly differently and will require loose binding in C# and reference through object in VB.NET.   The primary interop assembly for office are even slightly optimized for .NET -- particularly if you are working in .NET 4.0.   Anyway, teams typically use interop for Office and .NET unless they have made a deliberate decision not to.  There are emulation components from companies like Aspose and SyncFusion.  We developed Office-to-Aspose rules and wrapper classes for a customer that did not want to install Office on their servers.

  • No labels