Script to convert XML data to Excel

Post Reply
guilhermebartira
Newbie
Posts: 5
Joined: Fri Aug 07, 2020 12:10 am

Script to convert XML data to Excel

Post by guilhermebartira »

Hi !

I have a ERP software that doesn´t import XML files, but import Excel spreadsheet.

It´s it possible to create a Excel file with script ?

thanks in advance !
PdFUser5000
Member
Posts: 120
Joined: Fri Jun 12, 2020 11:23 am

Re: Script to convert XML data to Excel

Post by PdFUser5000 »

Yes it is! Look up Nodejs and it's packages for creating excel files. for example https://www.npmjs.com/package/exceljs

Enfocus also has some good video tutorials on their page for starting with node and Switch
guilhermebartira
Newbie
Posts: 5
Joined: Fri Aug 07, 2020 12:10 am

Re: Script to convert XML data to Excel

Post by guilhermebartira »

thanks for the tip !

I´ll check it !
Post Reply