How to convert .xls to .xlsx format

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!!

@ext-o

check the link

Hi @ext-o

Try like this

Regards,

@ext-o