Hi All,
I am converting csv to xlsx file after that i want to delete first row in excel. i used delete range, delete rows send hot keys but unable to delete. Its giving me an error like file is read only mode. Can some one help on this
Hi All,
I am converting csv to xlsx file after that i want to delete first row in excel. i used delete range, delete rows send hot keys but unable to delete. Its giving me an error like file is read only mode. Can some one help on this
@thima- Have you tried this: https://activities.uipath.com/docs/excel-insert-delete-rows
Yes tried no use
How are you converting csv to excel?
Do this steps:
Hope this will help
Ok I will try it
Or else you can use Remove Data row activity if you want to delete first row of your datatable, make sure when you are reading your datatable uncheck the add headers
In remove datarow activity pass your row index as 0
Thanks,
Aman sheik