KanadMehta
(Kanad Mehta)
August 20, 2020, 10:26am
2
Hello @pasingh , welcome to the forum.
If the empty line before is constant you can use that as index for row removal and for added validation you can check empty column one.
In case solution is unclear to you please happen some excels, I will give you xaml file
Atul_Rai
(Atul Rai)
August 20, 2020, 10:29am
3
@pasingh
Is the unwanted data always come in the same rows?
balupad14
(Balamurugan)
August 20, 2020, 10:32am
4
Hi @pasingh !
Welcome to UiPath Community !
use the Find last row activity from below. It will return the row index which you have used the last row.
Hi ,
I have developed 2 new activities.
Find LastColumn that to find the last column Index and Column Name of the sheet .
Find LastRow that to find the last row of the sheet and it returns the row index.
[image]
[image]
Find LastColumn’s Properties :
[image]
Find LastRow Properties :
[image]
Note :
If the sheet name is empty , It will take the first sheet name .
Here is the video demonstration.
[UiPath excel Extract Graph as Image | find last column Index| find last Row No…
Here is the video demo :
Use the delete row activity from here.
Hi ,
I have developed a new activity to delete the contiguous rows in side excel sheet in the package version 6.0.0. You can get the package Here .
Important Property :
Row Range : { “1”,“3:5”,“11”,“20:35” }
Namespace :
[image]
Activity and Properties :
[image]
Regards
Balamurugan.S
Here is the demo :
Regards
Balamurugan.S
pasingh
(Pasingh)
August 21, 2020, 8:49am
5
Hi Thanks very much for your post but this is unclear to me. could you please send me the xaml file.
KanadMehta
(Kanad Mehta)
August 21, 2020, 9:28am
6
Here is sample logic w.r.t. excel
test123.xlsx (9.7 KB) DeleteExtraFromExcel.xaml (9.5 KB)
pasingh
(Pasingh)
August 21, 2020, 10:12am
7
Thanks very very much for your help.
I have also posted another question regarding excel. Could you please look into it and help me with that.
Here is link to the question - Delete Zero from Column 2 in Excel
1 Like
system
(system)
Closed
August 24, 2020, 10:12am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.