I am trying to open an Excel file and populate its cells with data? I have done the following coding so far.
Currently I am at this stage with the following code but
I think, that you have to declare the associated sheet!
Try something like this
objsheet(1).Cells[i,j].Value;