srinivas

srinivas

  • NA
  • 153
  • 167k

Reading data from Excel Sheet using oledb connection

Jan 16 2010 12:22 AM

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)