A plugin to get Google Sheet data on Lioran Board
- ❗❗❗ Download this file.
- Move it to your LioranBoard
extension
folder. - Start your
LioranBoard receiver
. - Click on
Install Extension
. - Select
Google Sheet Data
and yourtsl_transmitter
. - Done 🎉
To use this extension, you need a Google API key
. To generate it go to this link, click on Enable the Google Sheets API
.
On the modal set any name (you can use Lioran Board
for reference) and click in Next
.
Close the modal after it's done and click on Create API key
.
Input the same name that you used before (Lioran Board
, for reference) and copy the value that will appear on the modal.
If you lost your key somehow, you can get it on this link and click on this icon:
To use this extension, you need to change your Google Sheet from Restricted
to
This extension follows this api documentation:
api_key
: your google API Key.sheet_id
: your google sheet id (without/
).range
: a range of your google sheet cells.dimension
: possible values areROWS
orCOLUMNS
.render
: possible values areFORMATTED_VALUE
,UNFORMATTED_VALUE
andFORMULA
.row_number
: whichrow
orcolumn
you are getting the data.
All those data are sent to a stack called SheetValuesStack
on LioranBoard
.
On this spreadsheet, this button
will produce this result