Please help dhow can I delete first row till row having column header in datatable.
In this case till row 14. find screenshot of my datatable
Please help dhow can I delete first row till row having column header in datatable.
In this case till row 14. find screenshot of my datatable
Can you provide sample XLS so that I can give a try.
Please find sheet.
sheet2.xlsx (8.3 KB)
Hi @Mrityunjaycrs,
Or if you know that the number of rows to delete is always 14, you can use a While activity:
This will remove all top 14 rows from the datatable.
Hope that helps.
did you get the solution?
i wasnot sure about the number of rows to get deleted .is there any approach?