In the code below, instead of specifying the name of the tab .. Should I even say "select * from [tab1]"? whatever the tab name is ..
OleDbCommand excelOledbCommand = new OleDbCommand("Select * From [Sheet1$]", excelOledbCon);
c # excel
Broken link
source share