We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bffe2b commit 049563eCopy full SHA for 049563e
README.md
@@ -41,9 +41,6 @@ google_app_deployment_id = "xxxxxxxx"
41
ggsheet = MicroGoogleSheet(google_sheet_url,google_sheet_name)
42
ggsheet.set_DeploymentID(google_app_deployment_id)
43
44
-# create the Google App Script file (not necessary if it already exists).
45
-ggsheet.gen_scriptFile()
46
-
47
# Update the data to a specific cell (Row,Column,Data)
48
ggsheet.updateCell(1,1,"Hello this is my first data")
49
0 commit comments