Last Updated: Feb 14, 2022
Use this function to create a new Google Sheet with the provided name in the drive.
Create GSheet (title, private_key, client_email)
Input Parameter Name | Description |
---|---|
title | Name of the Google Sheet |
private_key | Private key of the service account |
client_email | Email ID of the service account |
Return Value | Description |
---|---|
Output |
|
Create GSheet (Travel_Invoice, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Sheets functions, click here.