I could not find the answer to this, and I think it's easy :)
Using SSIS, I want to import from excel into SQL table, independently of the number of columns, I do not care if the eclectic has 3 or 33 columns.
How to accomplish something like this: select * into mytable from exceldataset,
if you can not use the OPENROWSET function and execute SQL task.