Google Sheets Tutorial
This functionality requires an experimental
gsheets
plugin. Read More
Frictionless supports parsing Google Sheets data as a file format.
CLI
#
Reading DataYou can read from Google Sheets using Package/Resource
, for example:
python
#
Writing DataThe same is actual for writing:
Python
#
Configuring DataThere is a dialect to configure how Frictionless read and write files in this format. For example:
Python
References: