if its excel it should be
SELECT * INTO #tmp
FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=your full excel sheet path here', [SheetName$])
------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/