Saving a Excel File

Hi,

I am facing the following scenario in the windows based application. Please find the steps below:

  1. From the windows based appliaction i got a option like “Export as spreadsheet”. I have attached the screenshot please take a look at it.

  2. After selecting it, an excel has been opened.
    image

Now, I want to save the excel as .xlsx or .xls and save it to my desired path. How can I do that?

@Palaniyappan

1 Like

Hi
I hope it will be already saved as a excel of type xlsx or xls.
If that’s case and want to move for desired path we can use MOVE FILE activity to move that file to desired folder

Or

It just exports and put that in a NEW excel sheet and yet to be saved, then no worries
Use a GET ACTIVE WINDOW ACTIVITY once after clicking in export option
Then use send hot key with key as ctrl+a so that it will bring up the save window where use type into activity with the folder and filepath you want

Cheers @monish06

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.