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

