vudash-widget-google-sheets

1.0.1 • Public • Published

@vudash/google-sheets

Plucks values from Google Sheets and display them on a Vudash Dashboard

Usage

Simply include in your dashboard, and configure as required:

  {
    "widget": "@vudash/google-sheets",
    "options": {
      "description": "What this is."
      "sheet": "your-google-spreadsheets-key",
      "tab": "Tab Name",
      "column": "Column Heading"
    }
  }

Where description will sit under your value on the dashboard, sheet is the google sheets key to pull data from, tab is the name of the tab to pull from, and column is the column heading to pull from.

You could pull data from a spreadsheet like this:

Name Stuff Sales
Jim Thing 31

Using:

  {
    "widget": "@vudash/google-sheets",
    "options": {
      "description": "Jim's Sales"
      "sheet": "your-google-spreadsheets-key",
      "tab": "My Tab",
      "column": "Sales"
    }
  }

Readme

Keywords

none

Package Sidebar

Install

npm i vudash-widget-google-sheets

Weekly Downloads

1

Version

1.0.1

License

none

Last publish

Collaborators

  • antony