2
Answers

Reading data from Excel Sheet using oledb connection

srinivas

srinivas

14y
8.6k
1

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)