Hi All,
I have a small problem. I have an excel sheet with around 60 sheets of data. All the column properties are the same for all the sheets. I need to import these data to a single table in SQL. I used the following step by step approach to do the task.
http://www.singhvikash.in/2012/11/ssis-how-to-loop-through-multiple-excel.html
I used Excel 12.0 for the extended properties as i am using Excel 2007. But still when i try to test the connection for the ADO.Net Schema row set enumerator i get the following error.
"could not find installable isam"
I tried a lot of ways to get rid of this error and still the connection gives the same error.
Does anyone have any solution for this problem? Or any other way to solve this?
Please let me know.
Thanks
Lucki