How to convert .xls file to .xlsx format? Apparently .xls format is not readable…
How to convert .xls file to .xlsx format? Apparently .xls format is not readable…
Hi @ext-o
→ Use the Read range workbook activity to read the .xls file path and store in a datatable called dt.
→ After that use write range workbook activity to write the datatable to .xlsx file path.
Hope it helps!!
check the link
Hi @ext-o
also try the UiPathTeam.ExcelUtility.Activities