I have a SSIS pkg. that runs a query against records in a SQL Server database, many times over in a loop, and exports records each time the query is run into uniquely-created Excel spreadsheets.
This spreadsheet template file that I use over and over for this has the first 2 rows in the spreadsheets as header rows. I'd like to indicate that for the import of data into each spreadsheet, for the first 2 rows of the spreadsheet to be ignored, with the data from Excel starting in Cell A3 and going down from there.
Is this easily accomplished?
Thanks.