Reading data from Excel Sheet using oledb connection
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