I’m using Visual Studio 2010 to create application that extracting data from one of our systems to Excel files using Microsoft.Office.Interop.Excel. Some of the items have attachments as text, picture or binary files. How I can programmatically add these attachments to excel file to the certain cell, that I can refer to it later?
Thanks
Thanks