Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi,
I'm new to Thingworx Studio. I want to create bar chart using external data source(excel).
Can anybody help me in developing this experience?
Thanks in advance.
-Saravanaraj S
Hi Saravanaraj Samraj,
Actually there isn't any service to read XLS files, to read it out-of-the-box with TW, the file should be a CSV file or a simple TXT file.
Please refer to following Thread for more details on loading the csv: How to load data into a grid from file repository which contains an excel file?
For details on Bar chart please refer to following link: PTC Bar Chart Widget
If you want to import Excel file; you have the option to create your own Extension.
I hope it helps.