I am interested in using C # to manage / Automate Excel files.
After browsing the web, I found VSTO , but it seems you cannot use this in Visual Studio Express Edition, so I cannot use this.
Just a few minutes ago, I noticed a question on this site that used this namespace in its code:
Microsoft.Office.Interop.Excel
So, I wonder if all I need to use is to add the necessary link, and if so, which link to add?
UPDATE
I set Primary Interop Assemblies as the accepted answer, but for some reason they are still missing from the Add Link dialog box in the .NET section, but they are present in the GAC.
So, I just added the link using Browse and located Microsoft.Office.Interop.Excel.dll in the GAC folder.
But when looking for similar questions on this site regarding adding links from the GAC, it seems like this is not recommended.
user850010 May 7 '12 at 7:00 2012-05-07 07:00
source share