0
0
Google Sheetsspreadsheet~10 mins

Publishing to web in Google Sheets - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to publish the entire Google Sheet to the web.

Google Sheets
File > [1] > Publish to the web
Drag options to blanks, or click blank then click option'
ADownload
BPublish
DExport
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Share' instead of 'Publish'.
Selecting 'Download' which saves a local copy instead.
2fill in blank
medium

Complete the code to publish only a specific sheet within the Google Sheets file.

Google Sheets
In the Publish to the web window, select [1] and choose the sheet you want to publish.
Drag options to blanks, or click blank then click option'
ASheet
BLink
CEntire document
DRange
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting 'Entire document' which publishes all sheets.
Choosing 'Link' which is not a sheet selection.
3fill in blank
hard

Fix the error in the URL to embed the published sheet correctly.

Google Sheets
The embed URL should start with https://docs.google.com/spreadsheets/d/[1]/pubhtml
Drag options to blanks, or click blank then click option'
Arange
BsheetName
CspreadsheetId
DuserId
Attempts:
3 left
💡 Hint
Common Mistakes
Using the sheet name instead of the spreadsheet ID in the URL.
Leaving out the ID entirely.
4fill in blank
hard

Fill both blanks to set the published sheet to update automatically every hour.

Google Sheets
In Publish to the web settings, set [1] to 'Automatically republish when changes are made' and [2] to 'Every hour'.
Drag options to blanks, or click blank then click option'
APublished content & settings
BPublish format
CPublish interval
DAccess permissions
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing access permissions with update frequency.
Setting publish format instead of interval.
5fill in blank
hard

Fill all three blanks to embed a published sheet in a website with a fixed width and height.

Google Sheets
<iframe src="[1]" width="[2]" height="[3]"></iframe>
Drag options to blanks, or click blank then click option'
Aembed URL
B600
C400
Dspreadsheet URL
Attempts:
3 left
💡 Hint
Common Mistakes
Using the normal spreadsheet URL instead of the embed URL.
Leaving width or height blank or with invalid values.