1
Answer

Read data from MS excel 2007

Senthil Senthil

Senthil Senthil

16y
13.4k
1
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)