Naas Documentation
Naas.ai
GitHub
Slack Community
What's new?
Search…
Welcome to Naas
😎
Templates
AWS
Airtable
AlphaVantage
Bazimo
Boursorama
Bubble
CCXT
CSV
Canny
Celestrak
Cityfalcon
D-Tale
Dask
Data.gouv.fr
Draft Kings
EM-DAT
Elasticsearch
Excel
FAO
FEC
FTP
GitHub
Gmail
Google Analytics
Google Drive
Google Search
Google Sheets
Send data
Get data
Add items to Notion databases from new rows in Google Sheets
Send emails from sheet
Send data to MongoDB
Send LinkedIn invitations from spreadsheet
Add new github member to team from spreadsheet
HTML
Healthchecks
HubSpot
Hugging Face
IFTTT
IMDB
INPI
IUCN
Insee
Instagram
Integromat
Johns Hopkins
Jupyter
Jupyter Notebooks
LinkedIn
Matplotlib
Metrics Store
Microsoft Teams
Microsoft Word
MongoDB
MySQL
NASA
Naas
Naas Auth
Neo
Newsapi
Notion
OpenWeatherMap
OwnCloud
PDF
Pandas
Pillow
Pipedrive
Plaid
Plotly
PostgresSQL
PyPI
Python
Qonto
Quandl
Reddit
Redshift
Remoteok
Remotive
SAP-HANA
SendGrid
Slack
Snowflake
Societe.com
Spotify
Streamlit
Stripe
Telegram
Thinkific
TikTok
Trello
Twilio
Twitter
WSR
WorldBank
Worldometer
XML
YahooFinance
YouTube
Youtube
ZIP
Zapier
spaCy
Google Analytics
Google Drive
Google Search
Google Sheets
Hugging Face
Johns Hopkins
Jupyter Notebooks
Metrics Store
Microsoft Teams
Microsoft Word
Naas Auth
Elastic Search
Excel 365
🔄
Low-code features
🏎
Low-code drivers
🌎
Community
Essentials
Advanced
Best Practices
FAQ
⚡
Naas manager
🔐
Security
Powered By
GitBook
Send data
Tags:
#gsheet #data #naas_drivers
Author:
Jeremy Ravenel
Pre-requisite: share your Google Sheet with our service account For the driver to fetch the contents of your google sheet, you need to share it with the service account linked with Naas.
🔗
[email protected]
Input
Import library
1
from
naas_drivers
import
gsheet
Copied!
Variables
1
data
=
[{
"name"
:
"Jean"
,
"email"
:
"
[email protected]
"
},
{
"name"
:
"Bunny"
,
"email"
:
"
[email protected]
"
}]
2
spreadsheet_id
=
"id"
Copied!
Model
Connect to gsheet
1
gsheet
.
connect
(
spreadsheet_id
)
Copied!
Output
Send the data
1
gsheet
.
send
(
2
sheet_name
=
"TSLA"
,
3
data
=
data
4
)
Copied!
Previous
Google Sheets
Next
Get data
Last modified
2mo ago
Copy link
Edit on GitHub
Contents
Input
Model
Output