We would like to bind Excel 2010 "frontend" to our custom data source and load data via some C# application logic. Is the right way to do that via Excel add-in, or Excel allows developers to plug-in some custom data layer?
More precisely, we want to have a table in Excel workbook which content comes from some web-services (generic data source) which is accessible by C# code.