Hi,
I have an excel sheet for which I just have to click on filter and drop down must be present and save the file .
I have attached the testing excel sheet. Testing_Excel.xlsx (11.2 KB)
Also I have attached the screenshot of how the resulting excel should look like.
Hi @Kunal_Jain ,
My Step
Step 1: Use Excel application scope
Step 2: Read the data from the excel file and store the same to data table
Step 3: Apply the filter into the Datatable
Step 4: Read the Output of the filtered datatable and write the same to excel
Regards
Hi @Kunal_Jain ,
I really don’t understand what you mean
here i understand you want to add dropdown to excel column.
is this correct?
Or do you want to ask about how to select the value of the available dropdown?
Please take pictures of input and output so that the requirement is clearer
Regards,
LNV
I just have to select drop down and save the file as it is ,
So that if someone opens it they get the drop down to filter the data.
Current Data Looks like this
It must have an option for the drop down
But I don’t have to do Ui interaction for this.
Please let me know if you got my requirement
Thanks in advance!!
Hi @Kunal_Jain ,
I I understand what you mean
it is what you want to add filter to excel file
I have this way, you can do it with activity send hot key
window+r first open the file with the file path
then click on the first cell with data (I choose A1, you can change the click to suit your file)
then use ctrl+shift+l to add filter