2
Reply

Reading data from Excel Sheet using oledb connection

srinivas

srinivas

Jan 16 2010 12:22 AM
8.6k

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
 

Answers (2)