dear all,
I have some excel files, these files format are .xlsm file(Macro file). I want to change these file format to .xlsx file , anybody could help me? or give me some demo code . thanks a lot in advance.
dear all,
I have some excel files, these files format are .xlsm file(Macro file). I want to change these file format to .xlsx file , anybody could help me? or give me some demo code . thanks a lot in advance.
thanks a lot for your reply. in fact , it is useless . because the excel file is broken,
What happened? Did it not work?
yes, it does not work . the excel files are broken.
Can you share your .xaml file so I can see what’s gone wrong?
convert XLSM files to XLSX online**
Dear @chrisjiyiwei ,
PFA the sample workflow as per request → xlsm to xlsx.xaml (4.6 KB)
What I have done is → Just used a “Read Range” activity to read the “xlsm” file and converted it into a data table. Then I used a “Write Range” activity and induced the created data table to it. And make sure to add the extension to the filename as “.xlsx”
Mark as solution if it helps so that we can close the topic.
Best Regards,
Sathanand