i m getting this error at following line
Code:
tdbExcel.Columns[i - 1].Text = excelworksheet.UsedRange.get_Item(1, i).ToString();
no Excel is a reserve word while excel is not and secondly m not using "Using" imports for Excel as i have added refrence of excel

that is working fine for writing excel but to read it ... its causng problem