I am not able to read data in Excel. Here is the code I am using:
using Excel = Microsoft.Office.Interop.Excel; Excel
Try this:
MessageBox.Show(xlRange.Cells[i][j].Value);