In Database abstraction with google apps script I introduced a library for separating data access from the database being used, using Google Apps Script as broker. The access into this was either via a library, or through DataHandler REST API

In this section I’ll write up apps that I’ve built using that. If you would like to write up something you have built, please contact me on the forum or GitHub

Get Data from Google Books

What can you learn here? Use Google Books API Convert jSon Tailor columns and output Getting data about a book ...

Get Data From Google Docs

There have been a number of changes to Google Docs over the years each of which has provided more ways ...

Database access to a variety of databases from Excel

Here's a VBA app that uses Database abstraction with google apps script via the DataHandler library. You need to download the latest version of ...

Accessing Google Sheets directly from Excel

Here's a VBA app that uses Database abstraction with google apps script via the DataHandler library. You need to download the latest version of ...

pollHandler app and library

Here's an app that uses Database abstraction with google apps script via the DataHandler library. It's made up of these components DataHandler library, plus all ...