i m getting this error at following line
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 excelCode:tdbExcel.Columns[i - 1].Text = excelworksheet.UsedRange.get_Item(1, i).ToString();
that is working fine for writing excel but to read it ... its causng problem




Reply With Quote