how to send data from excel sheet to thingspeak automatically

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

To call an API from Excel, Go to the “Data” tab and click on “New Query” → “From Other Sources” → “From Web”
  1. Click on “Advanced”
  2. Paste the API URL on the prompt and click OK
  3. Select Into Table on the Convert tab
Use the read data api with the '.csv' extention,
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
Asif Iqbal 2023년 7월 10일
이동: Christopher Stapels 2023년 7월 11일
Hi Stapels
Thanks for your reply
your method performs to read data from thingspeak to csv file.
but i want my csv data to automatically update on thingspeak.
hope you understand.
Thanks
asif
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
Asif Iqbal 2023년 7월 11일
이동: Christopher Stapels 2023년 7월 11일
yes now you get my point.

댓글을 달려면 로그인하십시오.

답변 (1개)

Christopher Stapels
Christopher Stapels 2023년 7월 11일

0 개 추천

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

Ah, I can not install MATLAB on my computer. while using thingspeak just came in my mind about this idea that the data i have in excel or csv shoud be posted on thingspeak automatically instead of bulk post manually.
any other suggestion would be appriciated.
Thanks
Asif

댓글을 달려면 로그인하십시오.

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

도움말 센터File Exchange에서 Downloads에 대해 자세히 알아보기

태그

질문:

2023년 7월 7일

댓글:

2023년 7월 11일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by