Call Google Apps Script Function from Web App using Google Sheets

  Рет қаралды 16,292

Code With Curt

Code With Curt

Күн бұрын

Пікірлер: 18
@CodeWithCurt
@CodeWithCurt 4 жыл бұрын
HTML and Javascript Code in Video Below: function callOneCellData() { google.script.run.withSuccessHandler(function(returnData) { document.getElementById("oneCellData").innerHTML = returnData; }).getOneCellData(); } function callMultiCellData() { google.script.run.withSuccessHandler(function(returnArray) { console.log(returnArray); var stringArray = returnArray.toString(); document.getElementById("multiData").innerHTML = stringArray; }).getMultiCellData(); } function callInOutData() { var inData = document.getElementById("inData").value google.script.run.withSuccessHandler(function(outData) { document.getElementById("outData").innerHTML = outData; }).getInOutData(inData); } function callData() { callOneCellData(); callMultiCellData(); callInOutData(); } One Cell Data Multi Data In Data Out Data
@sulaimang5517
@sulaimang5517 4 жыл бұрын
Hi Curt, Thank you. Absolutely Brilliant!!!
@bumpersmith
@bumpersmith 4 жыл бұрын
You have some of the best subjects on youtube for google sheets and app scripts. What other's are not doing including yourself is providing subjects utilizing the popular Google Sites , Google Forms, Sheets and Docs together. Why not use the structure of the new Sites which is so flexible and popular to present the data and information? This is a subject few others have hit on but many viewers I am sure would like to utilize. Anyone with sound examples with Sites and Apps Script would set themselves apart in the Google world.
@aday0123
@aday0123 3 жыл бұрын
Thank you for your video, it really helps!
@arviscesnieks244
@arviscesnieks244 3 жыл бұрын
Thank Curt for explaining an example. Is it possible getdata from a spreadsheet image?
@littleclover2334
@littleclover2334 4 жыл бұрын
Hi Curt! Thank you for your videos! I learn a lot. I have a question though. I made a form using the google apps script and i made a dropdown list. My question is how to save the informations i entered in the form on the respective tabs based on the dropdown selection? Example i choose Student A on the dropdown list. All information i entered on the form will save on Student A's tab/sheet. Thanks in advance
@CodeWithCurt
@CodeWithCurt 4 жыл бұрын
kzbin.info/www/bejne/bJWniZSKhZp1ndU In this video I have a dropdown where I call a google apps script from what is selected from the downdown. Let me know if this helps.
@littleclover2334
@littleclover2334 4 жыл бұрын
@@CodeWithCurt thank you for your reply. I will definitely apply it to my form. Thanks again
@CodeWithCurt
@CodeWithCurt 4 жыл бұрын
Google Apps Script Code in Video Below: function doGet(e) { return HtmlService.createHtmlOutputFromFile('WebApp'); } function getOneCellData() { var ss= SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getSheetByName("Sheet1"); var data = sheet.getRange('A1').getValue(); return data; } function getMultiCellData() { var ss= SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getSheetByName("Sheet1"); var data = sheet.getRange('A1:C1').getValues(); return data; } function getInOutData(inData) { var outData = "IN DATA: " + inData; return outData; }
@SunilKumar-ob6vs
@SunilKumar-ob6vs 3 жыл бұрын
Can anybody help how to call Value ABC in indivisual Text box 1,2 nd 3 like one cell data function pls anyone
@AgendaBioBioCL
@AgendaBioBioCL 4 жыл бұрын
How i delete "This aplicattion was created..." message?
@francismata4492
@francismata4492 4 жыл бұрын
hoping you can share your file and code
@CodeWithCurt
@CodeWithCurt 4 жыл бұрын
If you have trouble finding the code in the comments try this: -In the comments section, try clicking on 'SORT BY' then clicking 'NEWEST FIRST' and see if they show up.
@nurasian7355
@nurasian7355 4 жыл бұрын
Great, please share with we code.
@CodeWithCurt
@CodeWithCurt 4 жыл бұрын
Code is posted in the comments below the video
@francismata4492
@francismata4492 4 жыл бұрын
@@CodeWithCurt no code. please can you share it?
@CodeWithCurt
@CodeWithCurt 4 жыл бұрын
If you have trouble finding the code in the comments try this: -In the comments section, try clicking on 'SORT BY' then clicking 'NEWEST FIRST' and see if they show up.
@_ranjit_patil
@_ranjit_patil 3 жыл бұрын
Redio voice
Language Translation Web App on Google Sheets
15:00
Code With Curt
Рет қаралды 2,8 М.
Create Web App Report on Google Sheets using Google Apps Script
15:33
Code With Curt
Рет қаралды 16 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Getting Started Coding in Apps Script
12:16
Better Sheets
Рет қаралды 10 М.
Apps Script Web App - Passing Complex Data between Server & Front-end
13:56
Make an API With Google Sheets and Google Apps Script
15:53
Cukmekerb's Coding Class
Рет қаралды 64 М.
Tablesorter on Google Web App
15:14
Code With Curt
Рет қаралды 5 М.
Filter Google Sheet in Web App
21:08
Code With Curt
Рет қаралды 32 М.
How to Copy a Row to another Sheet with Google Apps Script
15:18
Apps Script Tutorial on doGet ( )
9:44
Allen App Tools
Рет қаралды 150
Google Apps Script: Writing Data to Google Slides
8:41
saperis
Рет қаралды 24 М.
UDF (User Defined Functions) in Google Sheets,  Arguments & Returns
13:18
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 14 М.