My Excel sheet is as below:
Id Name Status
1 XYZ
2 ABC
3 BB
1 Yz
What I am trying to do is to write Checked
in the status column whose Id is 1 from my C# application.
I thought of doing this through Linq to Excel. But I am not getting anything positive in this direction.
Can anyone guide me properly.
Thanks.