I have to move data from a OLE DB Source ( data contained into a table) to an excel destination. This file contains only the headers that are equal to those of my dB Table. When I connect to my excel file I would expect to have some choice when I go to select the way to insert data but I have this issue returned :
In other words, even if in my connection manager is linked to the template xlsx file in the destination folder SSIS cannot return me some sheet to make the mapping. Anyone knows how to fix this issue? I followed the instructions in this video, but without success: link
Thank You in advance
PS: I CANNOT SHARE DATA SO DO NOT ASK FOR THEM
If you would absolutely need to use .xlsx Microsoft Excel 2016, and you don't want to settle for older formats, you can do that if you install 32-bit driver Microsoft Access Database Engine 2016 Redistributable https://www.microsoft.com/en-us/download/details.aspx?id=54920 (AccessDatabaseEndine.exe 77MB). After downloading, install it from cmd window using command: AccessDatabaseEndine /quiet It will allow you to select Excel version Microsoft Excel 2016 in Excel Connection Manager.