Hi,
Please help me i have been trying...
I was trying but instead of moving it is overwriting to the cell
I have a condition here: -
1. Insert a new row between two existing row
for e.g.
Consider the template output i want to insert a new row between 3 and 6 with data 4&5 as we get with the help of input.
Template Output: -
| Roll No | Name |
| 1 | A |
| 2 | B |
| 3 | C |
| 6 | F |
| 7 | G |
| 8 | H |
| 9 | I |
Input: -
Expected Output: -
| Roll No | Name |
| 1 | A |
| 2 | B |
| 3 | C |
| 4 | D |
| 5 | E |
| 7 | G |
| 8 | H |
| 9 | I |