string connString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:\\data\\[Proj_Resource Details 20110118.xlsx];Extended Properties=Excel 12.0";
i mentioned [ ] still it is throwing exception.how can i solve this problem.
plz mention the correct path
Wrap the whole filename in quotes, but because this is a literal string use \” to escape them: