My intention is to export data from a specific cell (eg. A3) in Excel spreadsheet to a column in a table in SQL Server. For Example: Cell B3 to Column1, Cell E4 to Column2, and so forth. My question is can it be accomplished using DTS? And if it can be done, where do I find the resources to perform the transformation?