Author: | jadeallencook |
---|---|
Views Total: | 168 views |
Official Page: | Go to website |
Last Update: | June 5, 2016 |
License: | MIT |
Preview:

Description:
gDoc.js is a JavaScript library which parses your public Google Spreadsheet and allows to inject the data into any place on your webpage.
How to use it:
Download and load the gDoc.min.js library in you html file.
<script src="gDoc.min.js"></script>
Let’s say you have a Google Spreadsheet containing information as follows:
header | subtitle Welcome | Thanks for using gDoc.js!
Inject headers and cells into your webpages like this:
<title gDoc="title"></title> <h1 gDoc="header"></h1> <h2 gDoc="subtitle"></h2>