How to use Google Sheets as a database or tiny CMS

WHAT?

Basically, you can use Google Sheets (or Excel Sheets) as a database or tiny CMS. You can access the data from any website or application. It means that you can make the copy or content of an entire website or application editable to other humans or machines. For example, you can provide your customers with a solution to maintain, edit or update the content on their websites themselves. It should be also interesting for data scientists who want to present their research, work and data live on the web.

WHY?

Since tabletop.js is dead and not compatible with the current Google API v4 (2021) I had to look for a new solution or alternative to export data from Google Sheets via JSON and import it to a web page.
In this case the holy grail is Papa Parse. Additionally, I’m using isotope.js to add a fancy quick search and a “filter by category” option. For hipsters, I can even offer a solution in vue.js

HOW?

Here is a working demo on Codepen.
And the code published on Github.

Here is the code example with vue.js
And the search and filter by category stuff with vue.js


Posted

in

,

by

Tags:

Comments

2 responses to “How to use Google Sheets as a database or tiny CMS”

  1. Enorme Avatar
    Enorme

    thanks ! you saved my life !

  2. Rajesh Avatar
    Rajesh

    It’s very useful since tabletop doesn’t work anymore. Thank You!!

Leave a Reply

Your email address will not be published. Required fields are marked *