How to Export Graphs?
Omar Moustfa Abdelhamid Desokey
on 8 Nov 2022
How can I export data other than downloading it as a CSV file?
I want to embed the graphs in a website, how can I do that?
OR
How can I export data and display it on my own in the website?
2 Comments
Time DescendingYou can open a text file that you created in another program such as an Excel workbook by using the open command. Opening a text file in Excel doesn't change the file's format — you can see this in the Excel title bar, where the filename retains the text filename extension color tunnel (for example, .txt or .CSV).
Go to File > Open and browse to the location where the text file is located.
Select a text file in the file type drop-down list in the Open dialog box.
Locate and double-click the text file that you want to open.
Have a look at this page on visualizing your data. See the links for Embed Your ThingSpeak Plots on Web Pages and Embed a Chart . Definitely look at the charts API as well.
Sign in to participate