Hello All,
Am Currently Converting a project from vb to C# in .NET.
I Got Struck With the Following Code while trying to read values of cell from the excel file.Can Anyone please shed some light on this issue .
sheet.Cells[i, 1].ToString()
where i has incremented value .
But Its not working.It returns just the Sys_Object value.