how to send data from excel sheet to thingspeak automatically
Mostrar comentarios más antiguos
Hello Frineds
I am very new to this platform and just explore some very usefull features.
I did test to send data from LabVIEW to thingspeak and also upload my csv file.
what i want is that as my csv file updated on daily basis so i want this updated data should also send to thingspeak.
Any guid or help please?
Thanks
Asif
4 comentarios
Christopher Stapels
el 7 de Jul. de 2023
To call an API from Excel, Go to the “Data” tab and click on “New Query” → “From Other Sources” → “From Web”
- Click on “Advanced”
- Paste the API URL on the prompt and click OK
- Select Into Table on the Convert tab
The URL looks like this
https://api.thingspeak.com/channels/<channel_id>/feeds.<format>
https://api.thingspeak.com/channels/<channel_id>/feeds.csv
Asif Iqbal
el 10 de Jul. de 2023
Movida: Christopher Stapels
el 11 de Jul. de 2023
Christopher Stapels
el 10 de Jul. de 2023
Movida: Christopher Stapels
el 11 de Jul. de 2023
you have data in a csv file that you want to automatically send from your computer to ThingSpeak when you update the data?
Asif Iqbal
el 11 de Jul. de 2023
Movida: Christopher Stapels
el 11 de Jul. de 2023
Respuestas (1)
Christopher Stapels
el 11 de Jul. de 2023
0 votos
Probably the best way would be to use MATLAB installed on your machine. You can use ThingSpeak write and automate a process in a few different ways,
There is also a write data API that you can send data to, but you would have to look into some way to automate that command based on your computer. If you have a Linux machine, for example, you can use a cron job. Windows has a task scheduler that might help. If you come up with a good tool to use, please post here if you can.
1 comentario
Asif Iqbal
el 11 de Jul. de 2023
Comunidades de usuarios
Más respuestas en ThingSpeak Community
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!