I am using MVC and using syncFusion XlsIO to edit excel sheets. Let's day I have three columns and how to use the following logic to manipulate usedRange cells?
ID Condition Name Output
1 Yes Sarah Sarah(1)
2 No George George
3 Yes John(3) John(3)
move the first column ID to the end of the column Name but if column Condition contains No, don't move first column ID or if it contains the ID already.
Please help.
Thanks