I’m comparing the excel workbook sheets(like Sheet1 & Sheet2). If any case Sheet1 data matched with Sheet2 then the data row background-color changed to red (System.Drawing.Color.Red). If multiple rows of data matched in Sheet2 background-color changed for only one row…
I’m getting values from Sheet1 & Sheet2 the data matched but the row colors not changed. I’m not able to find where did I make mistake.