hi to all can any one explain how to use oledb to connect excel sheet and how to read data from excel sheet and after reading i have to store that data into a class like
class bookinfo
{
int bookid;
int bookname;
}
plz help me
thank you
Loading

srinivasPosted Jan 16, 2010, 1:39 AM
and i am getting an error like could not found ISAM installed
plz help me
thanks
Lalit MPosted Jan 16, 2010, 12:39 AM
Connection String
To access an Excel workbook by using the Jet OLE DB Provider, use a connection string that has the following syntax:read more here & Here