-
Notifications
You must be signed in to change notification settings - Fork 1
04‐API
Teeraphat Kullanankanjana edited this page Oct 28, 2023
·
9 revisions
from ggsheet import MicroGoogleSheet
MicroGoogleSheet(googleSheetURL
, sheet_name
, deploymentID
)
Parameters
- googleSheetURL (str): The URL of the Google Sheet.
- sheet_name (str, optional): The name of the sheet within the Google Sheet. Default is "Sheet1".
- deploymentID (str, optional): The deployment ID of the Google Apps Script web app. The default is an empty string, which can be added later with
set_DeploymentID()
.
# Google Sheet Credential
google_sheet_url = "https://docs.google.com/spreadsheets/d/xxxxxxxxx/edit#gid=0"
google_sheet_name = "Sheet1"
google_app_deployment_id = "xxxxxxxx"
# Create Instance
ggsheet = MicroGoogleSheet(google_sheet_url,google_sheet_name)
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code
Python Code