Google Sheets logo
The first step in setting up this node project was to install the Google API (Application Program Interface) library as a project dependency. The next step is going through the tedious process of setting up a project in the Google Cloud console, enabling the Google Sheets API and creating/downloading the necessary credentials for a service account. In the process a cryptic email address is created with which you share your Google Sheet to give the node project the authority to read and write to the sheet.
Send me your thoughts