Skip to content

NicolasMahe/service-google-sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Sheets

Interact with Google Sheets API

Contents

Installation

MESG Core

This service requires MESG Core to be installed first.

You can install MESG Core by running the following command or follow the installation guide.

bash <(curl -fsSL https://mesg.com/install)

Service

Download the source code of this service, and then in the service's folder, run the following command:

mesg-core service deploy

Definitions

Tasks

get

Task key: get

Inputs

Name Key Type Description
range range String Specify range to access to a spesific sheet page, rows and columns
serviceAccountCredentials serviceAccountCredentials String Service account credentials to access to Google Sheets API
spreadsheetID spreadsheetID String ID of the spreadsheet

Outputs

error

Output key: error

Name Key Type Description
message message String Error message

success

Output key: success

Name Key Type Description
rows rows Object Rows returned for the query

About

Interact with Google Sheets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors