SlideShare uma empresa Scribd logo
1 de 19
Baixar para ler offline
Google Spreadsheet
scripting
Google DevFest
Ra’ed Marji @hla3mi
Content
● Simple Google Functions
● Simple Web Scraping
● Making Live Forms
● Adding Scripts to your Forms
○ Featured Scripts
○ Hands On Example: Yet Another Mail Merge
Simple Google Functions
DETECTLANGUAGE(range)
Identifies the language in which the text within
the specified range is written.
For example:=DetectLanguage("‫"ﻣﺮﺣﺒﺎ‬ ) would
give "ar" as a result
Simple Google Functions : Cont.
GoogleTranslate(text, source language,target
language)
Translates text in the specified range from the source
language into the target language.
Entering "auto" instead of the source language and target
language parameters automatically identifies the language
of the source text and translates into a language based on
your locale settings.
Simple Google Functions : Cont.
GoogleFinance(symbol, attribute)
Retrieves market information from Google
Finance. Learn more, or view an example.
Example: =GoogleFinance("goog","price")
other attributes would be :
● “eps”
● “close”
Simple Scripting Functions
● ImportFeed(URL, query, headers,
numItems)
Retrieves information from a data feed. View an
example.
Example on parsing a feed
Step 1 : Get the rss or the feed URL
URL = http://www.ammonnews.net/rss.aspx?sectionid=47&sectionName=%
D8%B1%D9%8A%D8%A7%D8%B6%D8%A9%20RSS
Step 2 : Get apply the Formula
=ImportFeed(URL,,1,)
Facebook Shares Function
function FBshares(URL)
{
var JSONData = UrlFetchApp.fetch("graph.
facebook.com/"+url);
var object = Utilities.jsonParse(JSONData.
getContentText());
return object.shares;
}
● ImportXml(URL, query, index)
The ImportXML function Retrieves information from an
XML file.
Note:The limit on the number of ImportHtml functions per spreadsheet is 50.
Amazon Price Watch
Step 1:
Get the Link.
URL = http://www.amazon.com/gp/product/1118443616/
Step 2:
Get the class or the id of the desired field.
Query= //*[@class="a-color-price"]
Step 3:
Put the parameters in the function.
=ImportXML(URL,Query)
Creating Forms
● How to create a signup form
● Triggers
Fun Trick
Colors
Red
Yellow
Green
Blue
Featured Scripts
● Add reminder
○ You have a spreadsheet full of deadlines ? Use this script to receive email reminders before
those deadlines.
● Facebook Likes Counter
○ Count Facebook likes for a given URL and returns: sharecount, likescount, commentscount
and totalcount. See template document in help for quick start.
● Gmail Meter
○ The most popular statistics and analytics tool for Gmail. Now available at http://gmailmeter.
com.
● Gmail SMS alerts
○ If I receive an important email, send me a text. This script uses Gmail filters and Calendar SMS
reminders.
● pushData V1.4.4
○ pushData: A utility for pushing tabular data between spreadsheets on time-based triggers.
● Yet Another Mail Merge
○ With this mail merge, you can write your template directly in Gmail (save it as a draft - see
help page). Syntax for template markers: <<First Name>>
Yet Another Mail Merge
For more info : https://sites.
google.
com/site/scriptsexamples/availa
ble-web-apps/mail-merge
YAMM : Cont.
YAMM : Cont.
Links
● Test Spreadsheet
○ http://bit.ly/1b2vQo0
● How to build and customize your own mail
merge
○ https://developers.google.com/apps-script/articles/mail_merge
● List of all Google spreadsheet functions
○ https://support.google.com/drive/table/25273?page=table.cs&ctx=tooltip&rd=1
● Use the cool Solve feature
○ https://support.google.com/drive/answer/139704?hl=en
Thank You!
Twitter:@hla3mi
Email : raed@jogeeks.
com

Mais conteúdo relacionado

Semelhante a Yarmouk Google Developers Group Devfest

Build a game with javascript (april 2017)
Build a game with javascript (april 2017)Build a game with javascript (april 2017)
Build a game with javascript (april 2017)
Thinkful
 
C++ Templates_ Program to Swap Two Numbers Using Function Template - The Craz...
C++ Templates_ Program to Swap Two Numbers Using Function Template - The Craz...C++ Templates_ Program to Swap Two Numbers Using Function Template - The Craz...
C++ Templates_ Program to Swap Two Numbers Using Function Template - The Craz...
Rishikesh Agrawani
 
Intro to javascript (5:2)
Intro to javascript (5:2)Intro to javascript (5:2)
Intro to javascript (5:2)
Thinkful
 

Semelhante a Yarmouk Google Developers Group Devfest (20)

Build a game with javascript (april 2017)
Build a game with javascript (april 2017)Build a game with javascript (april 2017)
Build a game with javascript (april 2017)
 
Google Apps Script: Accessing G Suite & other Google services with JavaScript
Google Apps Script: Accessing G Suite & other Google services with JavaScriptGoogle Apps Script: Accessing G Suite & other Google services with JavaScript
Google Apps Script: Accessing G Suite & other Google services with JavaScript
 
Carlo Bonamico, Sonia Pini - So you want to build your (Angular) Component Li...
Carlo Bonamico, Sonia Pini - So you want to build your (Angular) Component Li...Carlo Bonamico, Sonia Pini - So you want to build your (Angular) Component Li...
Carlo Bonamico, Sonia Pini - So you want to build your (Angular) Component Li...
 
Build Your Own Angular Component Library
Build Your Own Angular Component LibraryBuild Your Own Angular Component Library
Build Your Own Angular Component Library
 
C++ Templates_ Program to Swap Two Numbers Using Function Template - The Craz...
C++ Templates_ Program to Swap Two Numbers Using Function Template - The Craz...C++ Templates_ Program to Swap Two Numbers Using Function Template - The Craz...
C++ Templates_ Program to Swap Two Numbers Using Function Template - The Craz...
 
Client sidescripting javascript
Client sidescripting javascriptClient sidescripting javascript
Client sidescripting javascript
 
Intro to javascript (5:2)
Intro to javascript (5:2)Intro to javascript (5:2)
Intro to javascript (5:2)
 
Statistics Linear Regression Model by Maqsood Asalam
Statistics Linear Regression Model by Maqsood AsalamStatistics Linear Regression Model by Maqsood Asalam
Statistics Linear Regression Model by Maqsood Asalam
 
c++ referesher 1.pdf
c++ referesher 1.pdfc++ referesher 1.pdf
c++ referesher 1.pdf
 
Ddpz2613 topic9 java
Ddpz2613 topic9 javaDdpz2613 topic9 java
Ddpz2613 topic9 java
 
Info on Google Drive Applications
Info on Google Drive ApplicationsInfo on Google Drive Applications
Info on Google Drive Applications
 
BSSML16 L10. Summary Day 2 Sessions
BSSML16 L10. Summary Day 2 SessionsBSSML16 L10. Summary Day 2 Sessions
BSSML16 L10. Summary Day 2 Sessions
 
Building Services With gRPC, Docker and Go
Building Services With gRPC, Docker and GoBuilding Services With gRPC, Docker and Go
Building Services With gRPC, Docker and Go
 
Forms with html5
Forms with html5Forms with html5
Forms with html5
 
Forms with html5 (1)
Forms with html5 (1)Forms with html5 (1)
Forms with html5 (1)
 
DutchMLSchool. Automating Decision Making
DutchMLSchool. Automating Decision MakingDutchMLSchool. Automating Decision Making
DutchMLSchool. Automating Decision Making
 
C Programming Unit-1
C Programming Unit-1C Programming Unit-1
C Programming Unit-1
 
COM 211 PRESENTATION.pptx
COM 211 PRESENTATION.pptxCOM 211 PRESENTATION.pptx
COM 211 PRESENTATION.pptx
 
C++
C++C++
C++
 
Visual Basic 6.0
Visual Basic 6.0Visual Basic 6.0
Visual Basic 6.0
 

Último

Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in PakistanChallenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
vineshkumarsajnani12
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
daisycvs
 
Mckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for ViewingMckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for Viewing
Nauman Safdar
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
allensay1
 

Último (20)

Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTSDurg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
 
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in PakistanChallenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
 
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 MonthsSEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
 
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptxQSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
 
Mckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for ViewingMckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for Viewing
 
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book nowPARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book now
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAIGetting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation Final
 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business Potential
 
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR ESCORTS
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR  ESCORTSJAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR  ESCORTS
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR ESCORTS
 
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGParadip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
Kalyan Call Girl 98350*37198 Call Girls in Escort service book now
Kalyan Call Girl 98350*37198 Call Girls in Escort service book nowKalyan Call Girl 98350*37198 Call Girls in Escort service book now
Kalyan Call Girl 98350*37198 Call Girls in Escort service book now
 
Lucknow Housewife Escorts by Sexy Bhabhi Service 8250092165
Lucknow Housewife Escorts  by Sexy Bhabhi Service 8250092165Lucknow Housewife Escorts  by Sexy Bhabhi Service 8250092165
Lucknow Housewife Escorts by Sexy Bhabhi Service 8250092165
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
 
Arti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfArti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdf
 
Buy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail AccountsBuy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail Accounts
 

Yarmouk Google Developers Group Devfest

  • 2. Content ● Simple Google Functions ● Simple Web Scraping ● Making Live Forms ● Adding Scripts to your Forms ○ Featured Scripts ○ Hands On Example: Yet Another Mail Merge
  • 3. Simple Google Functions DETECTLANGUAGE(range) Identifies the language in which the text within the specified range is written. For example:=DetectLanguage("‫"ﻣﺮﺣﺒﺎ‬ ) would give "ar" as a result
  • 4. Simple Google Functions : Cont. GoogleTranslate(text, source language,target language) Translates text in the specified range from the source language into the target language. Entering "auto" instead of the source language and target language parameters automatically identifies the language of the source text and translates into a language based on your locale settings.
  • 5. Simple Google Functions : Cont. GoogleFinance(symbol, attribute) Retrieves market information from Google Finance. Learn more, or view an example. Example: =GoogleFinance("goog","price") other attributes would be : ● “eps” ● “close”
  • 6. Simple Scripting Functions ● ImportFeed(URL, query, headers, numItems) Retrieves information from a data feed. View an example.
  • 7. Example on parsing a feed Step 1 : Get the rss or the feed URL URL = http://www.ammonnews.net/rss.aspx?sectionid=47&sectionName=% D8%B1%D9%8A%D8%A7%D8%B6%D8%A9%20RSS Step 2 : Get apply the Formula =ImportFeed(URL,,1,)
  • 8. Facebook Shares Function function FBshares(URL) { var JSONData = UrlFetchApp.fetch("graph. facebook.com/"+url); var object = Utilities.jsonParse(JSONData. getContentText()); return object.shares; }
  • 9. ● ImportXml(URL, query, index) The ImportXML function Retrieves information from an XML file. Note:The limit on the number of ImportHtml functions per spreadsheet is 50.
  • 10. Amazon Price Watch Step 1: Get the Link. URL = http://www.amazon.com/gp/product/1118443616/ Step 2: Get the class or the id of the desired field. Query= //*[@class="a-color-price"] Step 3: Put the parameters in the function. =ImportXML(URL,Query)
  • 11. Creating Forms ● How to create a signup form ● Triggers
  • 13. Featured Scripts ● Add reminder ○ You have a spreadsheet full of deadlines ? Use this script to receive email reminders before those deadlines. ● Facebook Likes Counter ○ Count Facebook likes for a given URL and returns: sharecount, likescount, commentscount and totalcount. See template document in help for quick start. ● Gmail Meter ○ The most popular statistics and analytics tool for Gmail. Now available at http://gmailmeter. com. ● Gmail SMS alerts ○ If I receive an important email, send me a text. This script uses Gmail filters and Calendar SMS reminders. ● pushData V1.4.4 ○ pushData: A utility for pushing tabular data between spreadsheets on time-based triggers. ● Yet Another Mail Merge ○ With this mail merge, you can write your template directly in Gmail (save it as a draft - see help page). Syntax for template markers: <<First Name>>
  • 15. For more info : https://sites. google. com/site/scriptsexamples/availa ble-web-apps/mail-merge
  • 18. Links ● Test Spreadsheet ○ http://bit.ly/1b2vQo0 ● How to build and customize your own mail merge ○ https://developers.google.com/apps-script/articles/mail_merge ● List of all Google spreadsheet functions ○ https://support.google.com/drive/table/25273?page=table.cs&ctx=tooltip&rd=1 ● Use the cool Solve feature ○ https://support.google.com/drive/answer/139704?hl=en