Crud Webapp Google script app

Is it possible to create Crud Webapp using google script application. Do I need to create a web spreadsheet capable of updating and retrieving values ​​from google spreadsheet?

Regards

Pasquale

+4
source share
2 answers

yes, it’s possible, you can insert, update the line, delete and return the line using Google application scripts try this link https://github.com/AishwaryT/Google-app-script-crud let me know if you have any either problems.

+4
source

.   Google script CRUD Google (, , , ) doGet()/doPost() / JSON/XML, script ( ), URL- script URL- - ( javascript AJAX-) Response -.

: https://developers.google.com/apps-script/

+1

All Articles