I am writing an application that do Excel 2013 Interop.
My first step was to add the reference using the add reference > com
panel. But the build on my jenkins failed because Office is not installed on the server.
It is out of the question to install Office on the server but I looked for Office 2013 PIA
(like suggested on this post and so many other on the internet), but I could not find it.
So I ended up installing the nuget package for it. It was fine except that it does not install the Microsoft.Office.Core dll required for example to add picture to a worksheet... And I need that feature...
Do you know where I can find the
Microsoft.Office.Core.dll
or theOffice 2013 PIA
?Or do you have any other solution that could do the trick without rewriting all the code that currently works?