I have an Excel 2016 workbook with some data that I want to set as my source within SSIS (using Visual Studio 2015 SSDT), however, I keep getting the following error:
Could not retrieve the table information for the connection manager 'Excel Connection Manager'. Failed to connect to the source using the connection manager 'Excel Connection Manager'
I read somewhere that changing the SSDT from 64bit to 32bit will address this issue, which it did, but only when setting an Excel workbook as my destination.
What am I missing please?