CRUD Operation in Google Sheet by Web App Script
नमस्कार दोस्तो,
इस ब्लॉग में हम आपको बहुत ही सरल भाषा में बतायेगें की किस प्रकार गुगल शीट के डेटा को वेब एप स्क्रीप्ट की मदद से डेटा को अपडेट, डिलीट, न्यू एन्टरी, सर्च कर सकते है ा
इसकी मदद से आप गुगल शीट में नया डेटा ऐड कर सकते है एवं एक बार डेटा ऐड होने के बाद आप उक्त डेटा को दुबारा ऐड नहीं कर सकते है यानि आप डुप्लीकेट डेटा ऐड नहीं कर सकतें है ा
In this blog we will tell you CRUD Operation in Google Sheet by Web App Script so read the complete blog carefully and learn CRUD Operation in Google Sheet by Web App Script according to given guidelines.
Practical For Click :- Practical
Step 1 :- Click to Google Sheet Copy With Source Code
Step 2 :- Click to >> Extensions >> App Script >>
Step 3 :- Create 6 file Name Given Below
Code.gs
index.html
entry.js.html
read.js.html
update.js.html
delete.js.html
Step 4 :- Click to Copy Below Code and Paste to Code.gs File
Step 5 :- Click to Copy Below Code and Paste to index.html File