converting data from excel sheet to oracle using toad

guys i have data in excel sheet , how do i convert that data to database table

Save it as a CSV file and define it as an external table.

I remember using the sqlload or sqlldr utility, which was very handy. Create an CSV file as Ygor suggests and a ctl file to load your data SQL*Loader FAQ - Oracle FAQ.