How to change the excel file format .xlsm to .xlsx

Hi @chrisjiyiwei :wave:

Check this:

This also works:

Path.ChangeExtension("YourFile.xlsx", ".xlsm")