Cargando…

Learning Google Apps Script : customize and automate Google Applications using Apps Script /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ganapathy, Ramalingam (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn945736580
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160331s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCO  |d OCLCF  |d OCLCO  |d TEFOD  |d VT2  |d YDXCP  |d IDEBK  |d OCLCO  |d KSU  |d DEBSZ  |d DEBBG  |d OCLCQ  |d N$T  |d HCO  |d CEF  |d ZCU  |d AGLDB  |d IGB  |d RDF  |d OCLCO  |d NZAUC  |d OCLCQ  |d QGK 
019 |a 945564283  |a 945566954  |a 1259091403 
020 |a 9781785882456  |q (electronic bk.) 
020 |a 1785882457  |q (electronic bk.) 
020 |z 9781785882517 
020 |z 1785882511 
029 1 |a AU@  |b 000058630309 
029 1 |a AU@  |b 000062539790 
029 1 |a AU@  |b 000067096953 
029 1 |a DEBBG  |b BV043969144 
029 1 |a DEBSZ  |b 480364974 
029 1 |a DEBSZ  |b 485796589 
029 1 |a GBVCP  |b 882849166 
035 |a (OCoLC)945736580  |z (OCoLC)945564283  |z (OCoLC)945566954  |z (OCoLC)1259091403 
037 |a CL0500000729  |b Safari Books Online 
037 |a 06EA1231-1E49-4C4C-9790-2407529CB147  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a TK5105.885.G66 
072 7 |a COM  |x 060090  |2 bisacsh 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Ganapathy, Ramalingam,  |e author. 
245 1 0 |a Learning Google Apps Script :  |b customize and automate Google Applications using Apps Script /  |c Ramalingam Ganapathy. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed April 11, 2018) 
500 |a Includes index. 
520 8 |a Annotation  |b Customize and automate Google Applications using Apps ScriptAbout This Book Gain insight into customizing and automating Google applications with JavaScript Create add-ons for Google Sheets, Docs, or Forms; automate your workflow; integrate with external APIs; and more. A step-by-step guide to building real-world solutionsWho This Book Is ForNewbies to google apps script but having practical experience in Javascript. What You Will Learn Learn about the Google Apps script platform and work with scripts to develop Google apps Create custom menus and dialogs Parse and send emails Generate Google calendar events Build Translator and RSS reader applications Develop interactive web pages Design interactive web-forms Form a workflow applicationIn DetailGoogle Apps Script is a cloud-based scripting language based on JavaScript to customize and automate Google applications. Apps Script makes it easy to create and publish add-ons in an online store for Google Sheets, Docs, and Forms. It serves as one single platform to build, code, and ultimately share your App on the Web store. This book begins by covering the basics of the Google application platform and goes on to empower you to automate most of the Google applications. You will learn the concepts of creating a menu, sending mails, building interactive web pages, and implementing all these techniques to develop an interactive Web page as a form to submit sheetsYou will be guided through all these tasks with plenty of screenshots and code snippets that will ensure your success in customizing and automating various Google applicationsThis guide is an invaluable tutorial for beginners who intend to develop the skills to automate and customize Google applicationsStyle and approachAn easy-to-follow yet comprehensive guide, filled with many code examples and screenshots illustrating various Google Apps scripts. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing Google Apps Scripts; Google Applications; Google Apps Script; Visual Basic for Applications; The advantages of GAS over VBA; The limitations of GAS; Google Drive; Gmail; Google Calendar; Google Docs; Google Sheets; Google Apps services; Creating Google Sheets in Drive and sharing them with your friends and the public; Script projects; Creating standalone script projects; Creating new projects in Sheets; Creating a custom formula in Sheets; Google Forms 
505 8 |a Creating Forms within Google SheetSome research; Summary; Chapter 2: Creating Basic Elements; Creating a clickable button; Showing toast when a button is clicked; Creating a custom menu; Creating a sidebar; Creating an Add-ons menu; Creating a modal dialog; Creating a modeless dialog; Debugging your script; Summary; Chapter 3: Parsing and Sending E-mails; Creating Gmail Contacts by script; Accessing Sheet, cell, range, and offset; Reading and writing the Sheet data; Building a Gmail Contact search application; Building the Gmail parser application; Properties service 
505 8 |a Downloading Gmail attachments to DriveSending e-mails using the MailApp service; Sending an e-mail notification on Form submission; Creating triggers manually; Creating and deleting triggers by script; Forwarding e-mails if the specific keyword is found in the message body; Sending e-mail with attachments; Embedding inline images in an e-mail message; Building an e-mail merger application; Summary; Chapter 4: Creating Interactive Forms; Creating Forms using script; Publishing the script as a web application; HtmlService; Creating a Form using HtmlService 
505 8 |a Submitting form using Google script API methodCreating forms using add-ons CSS and jQuery libraries; Creating an e-voting application; Creating a ticket reservation application; Summary; Chapter 5: Creating Google Calendar and Drive Applications; The CalendarApp class; Creating Calendar events from a simple description; Creating simple Calendar events; Creating events with options; Creating events from Sheets data; Creating events from an external CSV file's contents; Enabling advanced Google services; Listing all the Calendars; Listing Calendar events in Sheets 
505 8 |a Syncing events from one Calendar to another CalendarThe DriveApp class; Creating customized PDF files; Creating a Drive file routing application; Creating a Drive file search application; Summary; Chapter 6: Creating Feed Reader and Translator Applications; The UrlFetchApp class; Creating a Google search application; Creating a stock quote ticker application; Logging Bitcoin quotes; RSS and Atom feeds; Skeleton of a RSS feed document; Creating an RSS reader application; Skeleton of an Atom feed document; Creating an Atom feed reader application 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Google Apps. 
630 0 7 |a Google Apps.  |2 fast  |0 (OCoLC)fst01783175 
650 0 |a Web site development  |v Software. 
650 0 |a Application software. 
650 6 |a Sites Web  |x Développement  |v Logiciels. 
650 6 |a Logiciels d'application. 
650 7 |a COMPUTERS  |x Internet  |x Application Development.  |2 bisacsh 
650 7 |a Application software.  |2 fast  |0 (OCoLC)fst00811706 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
655 7 |a Software.  |2 fast  |0 (OCoLC)fst01411640 
776 |z 1-78588-251-1 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785882517/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 1203015 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34201264 
938 |a YBP Library Services  |b YANK  |n 12900407 
994 |a 92  |b IZTAP