I have an excel sheet in which i need to delete the contents of an entire row.I couldn’t find an activity to do this? Can you guys help me? Is there any custom activity available, if so how can i get it??
Thanks in Advance
I have an excel sheet in which i need to delete the contents of an entire row.I couldn’t find an activity to do this? Can you guys help me? Is there any custom activity available, if so how can i get it??
Thanks in Advance
You can use this activity
BalaReva.Datatable.Activities package
Or you can use write range and give a specific range to replace with empty data
Or you can use read range to get a data table then remove or filter row and Write it another excel
Thanks,
Prankur
How/where can i get this package?
Hi,
You want to delete the contents of the row or you want to delete the entire row?
If you want to delete the contents then simply use the write range or write cell activities and pass the empty value. i.e in data table value place " "
Thanks
Hi @im_heathen,
Please follow below points to achieve the row deletion task :
Hope this will help you!
Thank you,
Anuj
Daily Trend Template - Copy.xlsx (21.7 KB)
So, this is the excel i need to modify, initially 8 rows of data will be their for 2 tables, i need to select the last 7 rows and paste it in the 1st row and remove the duplicate 8th row contents only not the row itself. How to achieve this?
Hi
I can see the last 7 rows are empty in the excel that you have provided to me. Could you please brief more about ?
Thanks
Leave the empty rows im talking only abt rows with data.
OK
so if you want to remove the last row of first table then use write cell activity.
In write cell mention the range as “C11:E11” and value as " " .
Same applicable for the second table as well. Try and let me know if there is any gap.
Thanks
Use Excel Application Scope
Inside the Excel Application Scope,