Op werkdagen voor 23:00 besteld, morgen in huis Gratis verzending vanaf €20
-
Inloggen
-- Inloggen
  • accountoverzicht
  • bestellingen
  • facturen betalen
  • downloadcentrum
  • gegevens
  • financieel
  • inloggen
  • uitloggen

Uw winkelwagen

Naar winkelwagen Verder winkelen
Boek niet gevonden? Wij gaan voor u op zoek!
Vul onderstaand formulier zo volledig mogelijk in, dan gaan wij voor u op zoek.
Vul onderstaand formulier zo volledig mogelijk in.
Rubrieken
Alle boeken
  • Cadeauboeken
  • Computer & Informatica
  • Economie
  • Filosofie
  • Flora en fauna
  • Geneeskunde
  • Geschiedenis
  • Gezondheid
  • Jeugd
  • Koken en eten
  • Kunst en cultuur
  • Literatuur en romans
  • Management
  • Mens en maatschappij
  • Naslagwerken
  • Non-fictie informatief/professioneel
  • Paramedisch
  • Psychologie
  • Reizen
  • Religie
  • Schoolboeken
  • Spiritualiteit
  • Sport, hobby, lifestyle
  • Thrillers en spanning
  • Wetenschap en techniek
  • Woordenboeken en taal
Productaanvraag Binnenkort verwacht Helpfunctie Attenderingen
Attenderingen instellen
  • Algemeen
    • Recht op u af
    • Juridische attendering
    • Hiatensignalering juridisch
    • Seriesignalering
    • Herdruksignalering
    • Internationaal
  • Aanbevolen per ministerie
    • Algemene Zaken
    • Binnenlandse Zaken en Koninkrijksrelaties
    • Buitenlandse Zaken
    • Defensie
    • Economische Zaken en Klimaat
    • Financiën
    • Infrastructuur en Waterstaat
    • Justitie en Veiligheid
    • Landbouw, Natuur en Voedselkwaliteit
    • Onderwijs, Cultuur en Wetenschap
    • Nationale Politie
    • Sociale Zaken en Werkgelegenheid
    • Volksgezondheid, Welzijn en Sport
Periodieken
Alle periodieken
  • Algemeen
    • Uw periodieken
    • Verlengen / opzeggen
    • Openstaande claims
    • Bibliografische wijzigingen
    • Abonnementshouders
    • Afleveradressen
    • Referenties
    • Notities
  • Aanbevolen per ministerie
    • Algemene Zaken
    • Binnenlandse Zaken en Koninkrijksrelaties
    • Buitenlandse Zaken
    • Defensie
    • Economische Zaken en Klimaat
    • Financiën
    • Infrastructuur en Waterstaat
    • Justitie en Veiligheid
    • Landbouw, Natuur en Voedselkwaliteit
    • Onderwijs, Cultuur en Wetenschap
    • Nationale Politie
    • Sociale Zaken en Werkgelegenheid
    • Volksgezondheid, Welzijn en Sport
Boekseries
Alle boekseries
  • Algemeen
    • Uw serieabonnementen
    • Geadresseerden
    • Abonnementshouders
    • Afleveradressen
    • Referenties
    • Notities
  • Aanbevolen per ministerie
    • Algemene Zaken
    • Binnenlandse Zaken en Koninkrijksrelaties
    • Buitenlandse Zaken
    • Defensie
    • Economische Zaken en Klimaat
    • Financiën
    • Infrastructuur en Waterstaat
    • Justitie en Veiligheid
    • Landbouw, Natuur en Voedselkwaliteit
    • Onderwijs, Cultuur en Wetenschap
    • Nationale Politie
    • Sociale Zaken en Werkgelegenheid
    • Volksgezondheid, Welzijn en Sport
010-4091943
Klantenservice
Mijn account
Mijn bestellingen
010-4091943
Boeken Computer en informatica Going GAS
Going GAS
Bruce Mcpherson Meer over Bruce Mcpherson
Bruce Mcpherson

Going GAS

From VBA to Google Apps Script

Specificaties
Paperback, 430 blz. | Engels
O'Reilly | 1e druk, 2016
ISBN13: 9781491940464
Rubricering
Hoofdrubriek : Computer en informatica
O'Reilly 1e druk, 2016 9781491940464
Verwachte levertijd ongeveer 16 werkdagen
40,49
In winkelwagen
 
Stel een vraag over dit boek
Samenvatting Specificaties Inhoudsopgave

Samenvatting

Whether you’re moving from Microsoft Office to Google Docs or simply want to learn how to automate Docs with Google Apps Script, this practical guide shows you by example how to work with each of the major Apps Script services.

Office still supports VBA, but it’s not likely to do so for much longer. If you’re a VBA or .NET developer, you’ll learn how to port existing VBA code and structure to their JavaScript-based Apps Script equivalents with minimal effort. Author Bruce Mcpherson introduces JavaScript basics for experienced developers unfamiliar with the language, and demonstrates ways to build real-world apps using all of the Apps Script services previously covered.

- Use App Script’s equivalent of Excel’s object model
- Target the most commonly used parts of Microsoft Word
- Automate processes in Gmail, Calendar, and Contacts
- Access the local client filesystem with Google Drive
- Build and run applications in a browser
- Store persistent data conveniently
- Render HTML content in response to HTTP requests
- Automate the maintenance and creation of pages and content
- Interact with a REST service or NoSQL database
- Access Apps Script capabilities from other platforms

Specificaties

ISBN13:9781491940464
Trefwoorden:Programmeren, VBA (Visual Basic for Application), Google Apps, applicatieontwikkeling, Programmeertalen, GAS
Taal:Engels
Bindwijze:paperback
Aantal pagina's:430
Uitgever:O'Reilly
Druk:1
Verschijningsdatum:19-2-2016
Hoofdrubriek:Computer en informatica

Inhoudsopgave

U kunt van deze inhoudsopgave een PDF downloaden

Preface

1. Introduction
-What Is VBA?
-What Is JavaScript?
-What Is Apps Script?
-What Are Google Add-Ons?
-What Are Google Forms?
-What Are Microsoft Add-Ins?
-Comparison

2. Language Basics
-Style
-Operators
-Variables
-Functions
-Layout
-Scope
-Objects
-Classes
-Namespaces
-The IDE
-Libraries

3. Translating VBA Functions
-Conventions
-Library and Namespace
-JSDOC
-VBA Built-Ins Translated to JavaScript
-Handling Errors
-VBA Built-In Objects

4. Living with the Quotas
-The Quotas
-Throttling
-Avoiding Service Calls

5. The Properties Service
-APIs Versus Built-In Services
-Getting Started with Properties Service
-Uses and Types of Property Stores
-Selecting a Property Store
-The Registry Versus the Property Store

6. The Spreadsheet Service
-Custom Formulas
-Container-Bound Versus Standalone Scripts
-Getting Started with the Spreadsheet Service
-The Range Class
-Inserting and Deleting Rows and Columns
-Opening Other Sheets
-Opening Other Workbooks
-Showing Messages
-Getting and Setting Properties
-Custom Formulas
-Adding Functions to Menus
-Tables

7. The Document App
-Opening Documents
-Working with Elements
-Traversing the Document
-Ranges
-Named Ranges
-Position
-Bookmarks
-Editing Text in Elements
-Adding Elements
-Inserting Elements
-Tables
-List Items
-Images
-Docs Automation Example
-Attributes

8. Gmail, Calendar, and Contacts Apps
-Email Automation Exercise
-Threads
-Messages
-Recipients
-Labels
-Calendar
-Contacts
-Setting Up the Example
-Triggers

9. Drive and DriveApp
-Microsoft OneDrive
-Reading and Writing Files

10. HTML Service
-Why Client Execution?
-HTML Service Varieties
-jQuery
-Event Handling
-Templates
-Controlling Apps Script from the Client
-Dialog HtmlService
-HtmlService Web Apps
-VBA User Form

11. Content Service
-The Content Service
-Where to Use the Content Service
-Types of Content
-Example
-JSONP
-XML
-Publishing
-Delegation from VBA

12. Charts
-Chart Data
-VBA Charts
-Sheets Charts
-EmbeddedChartBuilder
-Visualization API
-Other Chart Formats

13. Sites
-Apps Script
-Gadgets
-Code Lockdown
-Advertising
-VBA
-The Future of Sites

14. Advanced Google Services
-What Are Advanced Google Services?
-Advanced Services Versus Google APIs
-Developers Console
-Fusion Tables Example
-Scripts Structure
-Currently Available Advanced Services

15. Authentication and Security
-OAuth 2.0
-Scopes
-Listing Authorized Apps
-Revoking Access
-ScriptApp
-Service Accounts
-Libraries
-OAuth 2.0 Example
-Accessing Other Oauth 2.0 Services
-OAuth 2.0 with VBA
-Other Kinds of Authentication
-JWT (JSON Web Tokens)
-Firebase Authentication
-Standardized OAuth 2.0 Process

16. External APIs and Integration
-REST API
-Databases
-Firebase
-Databases and Apps Script

17. Execution API
-What Is Incremental Migration?
-Migration Process
-The Execution API
-Inventory for Execution API
-Authentication and Access
-JSON
-SheetExec
-Example Workflow Migration from Office
-Moving a Workbook to Sheets
-Migrating Logic
-VBA Orchestration
-Final Migration Steps
-Testing JavaScript on the PC
-Execution API Potential

18. Office Add-Ins and Google Add-Ons
-Add-Ons
-Add-Ins
-The Same...
-...But Different
-Add-On Example
-Apps Script Add-On
-Testing an Add-On
-Office Add-In
-Testing the Add-In
-Result Comparison
-Further Exercises

Appendix A: Further Resources

Index

Anderen die dit boek kochten, kochten ook

  • Prompten als een Pro
    Bob van Duuren
    Prompten als een Pro
    € 34,99
  • Data and Analytics Strategy for Business
    Simon Asplen–taylor
    Data and Analytics Strategy for Business
    € 53,89
  • A Tale Of Two Halves: The History of Football Video Games (Captain's Edition)
    Bitmap Books
    A Tale Of Two Halves: The History of Football Video Games (Captain's Edition)
    € 65,54
  • Agile Scrum Handbook
    Nader Rad
    Agile Scrum Handbook
    € 34,83
  • Be Data Analytical
    Jordan Morrow
    Be Data Analytical
    € 48,60
  • Exam Ref SC-300 Microsoft Identity and Access Administrator
    Razi Rais
    Exam Ref SC-300 Microsoft Identity and Access Administrator
    € 50,14

Rubrieken

  • cadeauboeken
  • computer en informatica
  • economie
  • filosofie
  • flora en fauna
  • geneeskunde
  • geschiedenis
  • gezondheid
  • jeugd
  • juridisch
  • koken en eten
  • kunst en cultuur
  • literatuur en romans
  • mens en maatschappij
  • naslagwerken
  • non-fictie informatief/professioneel
  • paramedisch
  • psychologie
  • reizen
  • religie
  • schoolboeken
  • spiritualiteit
  • sport, hobby, lifestyle
  • thrillers en spanning
  • wetenschap en techniek
  • woordenboeken en taal
Uw cookie-instellingen
Deze website maakt gebruik van verschillende soorten cookies. Sommige cookies worden geplaatst door diensten van derden die op onze pagina's worden weergegeven. Om deze externe content te kunnen tonen is nodig dat u toestemming geeft voor het zetten van persoonlijke en marketingcookies. U kunt uw toestemming op elk moment wijzigen of intrekken. In onze cookieverklaring vindt u meer informatie.

Functionele cookies
Deze zijn noodzakelijk voor de werking van de website, zonder deze cookies kan de website niet naar behoren werken.

Persoonlijke en marketingcookies
Wij gebruiken cookies voor statistieken om bij te houden en rapportages te krijgen over hoe bezoekers de website gebruiken. Zo kunnen wij onze website verbeteren. Marketingcookies worden gebruikt om bezoekers te volgen wanneer ze verschillende websites bezoeken. Hun doel is advertenties weergeven die zijn toegesneden op en relevant zijn voor de individuele gebruiker.
Op werkdagen voor 23:00 besteld, morgen in huis Gratis verzending vanaf €20

Klantenservice

Contact Voorwaarden

Bestellen en retourneren

Bezoekadres

Jan van Galenstraat 7
3115 JG  Schiedam

Postadres

Postbus 231
3100 AE  Schiedam
DE BOEKHANDEL VOOR ZAKELIJKE KLANTEN
Algemene voorwaarden Privacy Cookies Service & Contact
© 2025 Wristers Boekverkopers BV

Populaire producten

    Personen

      Trefwoorden

        Going GAS

        Going GAS
        Bruce Mcpherson
        /
        loader
        Recensiebeleid
        Noordhoff terugkoopgarantie

        Noordhoff koopt jouw boek terug, zonder zorgen!

        Heb je jouw boeken niet meer nodig?

        Als je jouw studieboeken gekocht hebt bij hanzestudybook.nl, kun je geselecteerde titels moeiteloos terugverkopen aan Noordhoff. Geen vragen, geen gedoe en lekker duurzaam.

        Volledige informatie op Noordhoff.nl

        AI-book

        Wat is een AI-book?

        Een AI-book is niet een boek dat geschreven is door AI maar een boek dat verrijkt is met AI. Het maakt de inhoud van een boek interactief via WhatsApp, zodat je ermee kunt chatten. Zie het als een razend slimme assistent die het boek perfect begrijpt en er alles uit onthouden heeft. Jij kunt deze assistent alles vragen. Vraag bijvoorbeeld hoe je iets kunt toepassen op jouw persoonlijke situatie, om een korte samenvatting, of wat de belangrijkste inzichten zijn. AI-books zijn alleen te gebruiken via WhatsApp, je hoeft er geen aparte app voor te installeren.
        Meer informatie over AI-books

        ?

        Geef uw beoordeling

        Going GAS

        Verwijder uw beoordeling