Hi,
Here is the issue i am struggling with,
I have to populate an excel sheet using SSIS, but the excel sheet is on Sharepoint Site.
So, how do i configure the package or the excel connection manager so as to make the Excel document (sitting on Sharepoint site) as my destination.
In the package what exactly happens is,
1. The OLE DB source executes an SQL query from SQL Server.
2. A data conversion task converts some fields' datatypes.
3. Load data into an excel sheet on the Sharepoint site.
OLEDB Source ----------> Data Conversion ------------> Excel sheet on Sharepoint site.
I am good until data conversion, but i have no clue how to configure the third step above.
I tried to give the link in the excel connection manager, but it doesn't work.
Is there any other approach to fix this task/issue?
Any help is really appreciated.
Thank you.