I am creating a SSIS package to import data from .xls(EXCEL sheet 97-2003) to Sql DB.But my .xls file consists of unwanted data for first 4 rows .How can i skip those data. My file look like
Create by:
Modified By:
Date:
Team:
Id     value      sum
1       44         88
2       45         98
I tried by i havent seen any advanced option in excel source to skip the rows as we do for .cs file.Can you please guys help me??