I'm trying to use SSIS 15.0.2000.68 to import an .xlsx file to a Sql Server table. When I try to use an Excel Source in the Data Task, it can't read the spreadsheet. I manually saved the .xlsx file to an earlier version of Excel and it worked fine.
I need to upload the xlsx file daily and I can't manually do it every day. I tried using a File Task to save as an .xls but SSIS can't read that. I also tried to save as csv or txt, and SSIS can't read them either.
I've read there's a MS redistributable package (Microsoft Access Database Engine 2010 Redistributable) that will allow SSIS to import .xlsx files, but my manager doesn't want to install it.
Is it possible to use a script task to save it as another file type?