Read data from MS excel 2007

Jun 19 2008 6:51 AM
hi everybody,
             
        i want to read data from Ms Excel 2007 . So i used this connection string

    string connectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;"+"Data Source="+txtFilepath.Text+";"+"Extended  Properties=Excel 12.0;";

but it display error :Could not find installable ISAM.

i also installed AccessdabaseEngine.exe

but still display the same error.
   
please help me


    


Answers (1)