Hi Neel,
If you are accepting this value from Excel using OLEDB, then you can just format the column to text in the query, it should take that value as it is. Then you can convert that value to number again using a ToNumber Conversion function.
Example : ""SELECT [A], str() AS [B1] from [SHEET1$]""
Here Column is the column where above given value can appear.