I have a simple DTS package that imports data from an Excel spreadsheet. Everything is fine and works as expected. The only problem is that I really don't want the first 10 rows of the worksheet since these are just useless header lines and not the actual data. The actual data columns start on line 11. Is there a way, on either the transformation (or something else) that I can have the import start at line 11? I know when importing to Access from Excel, this is supported, so I would assume SQLServer can handle it too, just not sure where to set the properties. Thanks in advance.