Hello all,
Could anyone to help me out for the requirement- copy only certain data from one sheet and paste to another sheet in the same excel.
Having the condition is to copy data after subtotal as shown in the below excel,
Paste to sheet1 as shown below ,
Thanks in advance.
             
            
              
              
              
            
            
           
          
            
            
              @sushmitha.e welcome to you UiPath Forum for your first post, I hope it help you solve your issue
Option 1
- Read the hole excel
 
- Get the data in datatable
 
- apply the filter on the index column āCā
Apply filter on keyword Sub-Total 

Option 2
you can use the LINQ Query for to filter the row
Then you remove the first two columns and past to new excel and the append option should enable.
Regard
Mukesh S