You mean show excel data in a SSRS report? you could add a simple export import task to dump data to a table and then use a queru to fetch from table to show details on report. is this for one time activity or do you've to do this on a daily basis?
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/
OK what are the steps to do Import/export from excel in to a table. Are you talking about dump data in to a sql server table. Do I have to create a db also or just table is fine. Also this excel data updates on monthly basis not daily basis. Let me know the steps. Thanks and appreciated.