Check this
link it will help in giving you ideas on how to import data from Excel to SQL
1- to import excel to sql don use Import/Export wizard , check the link you'll understand, ie, if the sheet name is fidderent , your package will have to be edited or if the file name changes and lost lost more,......
2-maily to import data from Excel sheet you need to use IMEX=1 in your connection string, google IMEX =1
3-first row is headers i am assuming, right?
4- the other rows arebasically the data.
5- Last question = YES , if you use IMEX=1 and you may need to convert some data within the DFT
ie, lets say that the DATE is in a string format ( March 2nd, 2011) in this case the ETL will pick this up as a text not a date, but you can use a SCRIPT COMPONENT to convert it to DATE format ie 2011-04-02
use a the advance option on the source excel in the DTF
good luck
Sincerely SH -- MCITP 2008, MCTS 2008 & 2005 -- Please kindly mark the post(s) that answered your question and/or vote for the post(s).