Embedding Google Spreadsheets: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "Use the <nowiki>{{subst:embed}}</nowiki> to facilitate edit link + embed code. But, need to set size properly. Add height=400 width=900 as here: <html> <iframe src="https://...")
 
No edit summary
Line 1: Line 1:
Use the <nowiki>{{subst:embed}}</nowiki> to facilitate edit link + embed code.
Use the <nowiki>{{subst:embed}}</nowiki> to facilitate edit link + embed code.


But, need to set size properly. Add height=400 width=900 as here:
But, need to set size properly. Add height=400 width=900 as in this example:


<html> <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSPSTyE3ubwCP7pTQpXjvxV49rIPiDs7GrVParEPfd1MCeWGU7WRerRCRsYcIbxJ0bEKPwRw-hP_vcq/pubhtml?widget=true&amp;headers=false" height=400 width=900></iframe> </html>
<html> <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSPSTyE3ubwCP7pTQpXjvxV49rIPiDs7GrVParEPfd1MCeWGU7WRerRCRsYcIbxJ0bEKPwRw-hP_vcq/pubhtml?widget=true&amp;headers=false" height=400 width=900></iframe> </html>


[https://docs.google.com/spreadsheets/d/1w0u5b5mdQprUOHlBkzEct_Yo_jJhpYhnUktEP6fjcIM/edit#gid=0 edit]
[https://docs.google.com/spreadsheets/d/1w0u5b5mdQprUOHlBkzEct_Yo_jJhpYhnUktEP6fjcIM/edit#gid=0 edit]

Revision as of 23:30, 1 February 2021

Use the {{subst:embed}} to facilitate edit link + embed code.

But, need to set size properly. Add height=400 width=900 as in this example:

edit