npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-google-sheets-advance

v0.0.4

Published

Nodered node for reading, writing, appending, clearing, adding, and removing sheets

Downloads

195

Readme

Google Sheets Logo node-red-contrib-google-sheets-advance

License Donate

A versatile Node-RED node for interacting with Google Sheets, supporting features like reading, writing, appending, clearing, adding, and removing sheets.

Table of Contents

Installation

Install via nodered pallete or run the following command in the root directory of your Node-RED install

npm install node-red-contrib-google-sheets-advance

Usage

Configure the node with your Google service account credentials and the desired method (e.g., get, update, append, clear, add sheet).

For detailed instructions on setting up authentication, sheet IDs, and cell references, refer to the Auth, Sheets, and Cells sections below.

Auth

Follow these steps to set up authentication:

  1. Create a new service account from Google Cloud Console.
  2. Download the JSON credentials file for the service account.
  3. Give the service account access to the Google Sheets API.
  4. Share your sheet with the email address of the service account (e.g., [email protected]).

Sheets

To find the sheet ID:

  • Open your Google Sheet.
  • Copy the ID from the URL (e.g., https://docs.google.com/spreadsheets/d/your-sheet-id/edit).

Cells

Referencing cells in Google Sheets:

  • The format is Sheet1!A1:C3, where Sheet1 is the sheet name, ! indicates the cell range, and A1:C3 specifies the cells.
  • A range of cells can be a row (e.g., A1:A5), a column (e.g., A1:E1), or a block (e.g., A1:C3).

Add/Remove Sheet

Adding and Remove a Sheet

To add/remove a sheet from the workbook, simply pass the desired name for the sheet to be added/removed from the workbook in msg.cells.

Credits

This tool is built upon code references and inspiration from the node-red-contrib-google-sheets repository. We acknowledge and appreciate the contributions of the original authors and maintainers of that repository.

Future Plans

Our future plans for this tool include:

  • Enhancing user interface for better usability.
  • Adding support for additional Google Sheets API functionalities.

Feature Requests

If you have any feature requests or suggestions, please open an issue on GitHub. We welcome your feedback and ideas!

Support

For support or questions, you can contact us directly.

License

This project is licensed under the MIT License - see the LICENSE file for details.