नमस्कार दोस्तो,
इस ब्लॉग में हम आपको बहुत ही सरल भाषा में बतायेगें की किस प्रकार गुगल शीट के डेटा को वेब एप स्क्रीप्ट की मदद से Update एवं Delete किया जाता है ा
निचें किये दिशा निर्देशों को ध्यान से पढकर अपनी गुगल शीट में कार्य करे ा
How to Google Sheet Data Update and Delete by Web App Script
Follow Step to update and Delete Data of Google Sheet
Practical :-
Step 1 :- Click
to Google Sheet Copy With Source Code
Step 2 :- Click to >> Extension >> App Script >>
Step 3 :- Create two file
code.gs
index.html
Step 4 :- Copy of Code.gs file in Given Below Code and Paste to Web App Script Editor
code.gs
Step 5 :- code.gs file line no 2 Change google sheet ID
Step 6 :- Copy of index.html file in Given Below Code and Paste to Web App Script Editor
index.html
Step 7:- Click to Deploy >>New Deployment>>
Step 8 :- More Detail See Video
SyntaxError: Unexpected token '<' (line 42, file "code")
ReplyDeleteError are comes in
return htmlOutput.evaluate();
this please solve problem