Happy holidays.
Is it possible to do this in excel using c# in windows application.
UPDATE [Sheet1$] SET Status = 'pass' WHERE ExcelRowID = '5' ;
How do I update any cell of the excel sheet using the excel row Id which you can see on the left most side out side the first column.
Thanks
In this example A1 refer to 1st row 1st column, and you can get the other columns as like this.
See the full example here:
http://www.codeproject.com/KB/office/fasterexcelaccesstoc.aspx