I have a VSTO project targeting Excel. I also have a WinForm application written in C#. This is all programmed in C# using .Net Framework 4 and VS 2010.
My problem is that I want to be able to invoke this VSTO application, without first opening Excel. So I will click a button in my WinForm app and it should launch Excel and call the VSTO, which would then read from my database and put some values into the Excel sheet.
Is there an official way of doing this or if not, at least a workaround?