How to import multiple excel sheets in an excel source to SQL using SSIS?
I will have to import multiple excel files and each file has 8 sheets. Number of sheets on all the input files remains same.
- Each Sheet will be imported to each table.
- Each sheet will have different row # ( Sheet1$A:K, Sheet2$A3:F ..) to start the import process.
How to set this setting in the Excel Source ?