Configuration & Authentication
What is a sheetwork project?
A sheetwork project is a simple .yml
file that contains some basic information about a collection of sheets you might want to import. It can be located anywhere on your disk but we advise making one folder per project
Create your `sheetwork_project.yml` file
First make a project folder, we'll call this one
my_sheetwork_project
and we'll put it in your home directory but feel free to put it anywhere that makes sense for you:
Now open this file in your editor of choice and configure it as follows:
That's it! Next, we'll set up your connection to the google spreadsheet API
Last updated