Convert XLS files to XLSX files using UI flows
Automate the repetitive task if you want to convert all the legacy XLS files in one of your SharePoint document libraries to XLSX files. First, create a flow that automatically goes through every file in the library. Next, add UI flows to your primary flow that replays the steps you usually take to convert a single file. Finally, run the flow to convert every file in your library automatically.
UI flows Steps:
- Apply filter to fetch only xls file from the SharePoint document library
- Add a UI flows connector to the flow
- Provide input as a formatted file name (refer the exact file name)
- Click on Launch Recorder
- Click Record from the recorder menu docked on top of your screen
- Open Excel, click on Open, click Browse, and in the File name field, use the field name input from the UI flow recorder by selecting it from the recorder menu and clicking back in the File name to populate the File name.
- Click on Open
- Once the file is open
- Click File > Save As
- Choose “Excel Workbook (*.xlsx)” from drop-down
- Click Save
- Close the Excel file
- Stop Recording
- Recorder generates the script
- You can test the steps recorded by clicking the “Test now” button by removing the previously generated XLSX file.
Thanks for reading!
Comments
-
Convert XLS files to XLSX files using UI flows
Hi Microsoft,
are you serious? The official solution to automate conversion from XLS to XLSX in 2022 is UI Flows?
This would maybe acceptable for a third party automatization solution, but Powe automate from Microsoft, the owner of Excel source code and file format definitions, should be able to provide some cloud based routine that does the Job that excel does in the moment we click on "Save as XLSX".
UI automatization for this task is a "poor" solution and in my eyes does not throw a good light at the power automate plattform.
Edit: For all the other Users that may have the same needs as I have, I have found this solution outside the microsoft forum:
https://www.bigmountainanalytics.com/how-to-convert-xls-to-xlsx-with-power-automate-desktop/
It's still a Power Automate Desktop Routine, but at least it does not use UI Clicking, so its a little more elegant, but still not the Cloud based routine I would like to have. -
Convert XLS files to XLSX files using UI flows
hi,
does this still working as of this year? i'm trying to convert also xls to xlsx using the UI Flows but it seems it is not existing anymore. thanks!
-
Convert XLS files to XLSX files using UI flows
hello,
as I understand a lot has changed since this information was published, but I really do not understand where to find this substring from ui flow...
-
Convert XLS files to XLSX files using UI flows
Hi,
Is possible te post the code for the 'expression' for the file name under of UI flow?
Thanks,.
-
Convert XLS files to XLSX files using UI flows
Do you know if the UI flows run when your computer is turned off?
I can't use UI flows since we don't have install rights on our computers.
-
Convert XLS files to XLSX files using UI flows
Excellent process! Can you add larger images? Clicking on the images doesn't provided a zoomed image, just the same image size in a big window with a black frame. I cannot read what is in the dialog boxes shown.
*This post is locked for comments