I have a Google Sheet and I want to have its data updated from our server. Currently I'm using google sheet script editor. google sheet->tools->script editor
https://developers.google.com/apps-script/guides/sheets
But I came to realize that there is another way to have my google sheet updated. And thats using google sheet api https://developers.google.com/sheets/api/samples/writing https://developers.google.com/sheets/api/reference/rest/ https://developers.google.com/sheets/api/samples/
So I would liked to know what are the differences. And find out what best suits for my case.