I have a query in SQL Server that returns me 5 columns with some data.
I want to create a BizTalk application that saves me the result of my query in an Excel file. I will create a SP for polling, using wcf adapter to do the communication between BT and SQL.
I don't know how to generate a file.xls
. Is it possible?
Thanks