I have few excel files which are checklists and that i would like to make in thingwox mashup( which is UI) so i dont have to create all designs manually in UI because i have around more then 100 excel files. Thats why i would like to do this automation. Thingworx is IOT platform and there i would like to make UI for each checklist.
I am considering below approach…
[ LibreOffice macro in Python or JavaScript, which parses XLSX ] --[ JSON file with input fields ]–> [ A Python or Node.js script, which generates a mashup XML ] → [ Package all those generated mashup XMLs as an extension and import it into ThingWorx ].