Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<h1>Update (thanks user2347528)</h1> <p>These assemblies are available as NuGet packages, which is much easier than my original answer.</p> <p>You can install by either right clicking on <strong>References</strong> in your project and selecting <strong>Manage NuGet packages...</strong> and searching for one of the packages listed below, or install using the Package Manager Console:</p> <pre><code>PM&gt; Install-Package Microsoft.Office.Interop.Excel </code></pre> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.Office.Interop.Excel">Microsoft.Office.Interop.Excel</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.Office.Interop.Word">Microsoft.Office.Interop.Word</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.Office.Interop.Outlook">Microsoft.Office.Interop.Outlook</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.Office.Interop.PowerPoint">Microsoft.Office.Interop.PowerPoint</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.Office.Interop.Graph">Microsoft.Office.Interop.Graph</a></li> </ul> <hr> <p>These are available as "Primary Interop Assemblies", which can be installed with Office, or downloaded and installed separately. <a href="http://msdn.microsoft.com/en-us/library/kh3965hw%28v=vs.100%29.aspx">How to: Install Office Primary Interop Assemblies</a>. </p> <p>Once those are installed, you can reference them in your project in the Add Reference dialog, under .NET. If you do not see those Microsoft.Office.Interop assemblies listed, then they have not been installed yet. Install them from your setup, or download and install them separately (see my link above for the downloads).</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload