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 code:
MessageBox.Show(((Excel.Range)xlRange.Cells[i,j]).Value2.ToString());
This code works sucessfully for me.