Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi Team,
How to export data or page in excel/word/pdf in thingworx 9.1 as data export OOB widget is only used for exporting to csv format data?
Is there any extension already present in marketplace. Please advise.
Thanks in advance.
There is no single OOTB solution, as far as I'm aware.
For PDF there are some extensions - check this topics for some details / suggestions:
https://community.ptc.com/t5/ThingWorx-Developers/Export-the-infotable-result-in-pdf/m-p/738945
For Excel I'm not aware of extensions, but opening CSV in Excel is pretty straightforward. If it's not enough and you need to get some custom / pretty formatted Excel files, I don't know a quick way to achieve this.
Hi @RK_0705.
The information provided by @DmitryTsarev is correct. There is no OOTB PDF extension, and no solution supported by PTC. You can check out the ones available on github per the link @DmitryTsarev provided, or the following options can be considered:
Regards.
--Sharon
Hi @RK_0705.
If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon
Hi @RK_0705 ,
Have you tried using Data Export widget? It exports data into CSV (use excel to read it).
Thanks,
Shirish