Embedding Google Spreadsheets: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Use the <nowiki>{{subst:embed}}</nowiki> to facilitate edit link + embed code.
1. Use the <nowiki>{{subst:embed}}</nowiki> to facilitate edit link + embed code.


But, need to set size properly. Add height=400 width=900 as in this example:
2. Or just use the correct html markup
 
3. But, need to set size properly. Add height=400 width=900 as in this example below.
 
4. Include an edit link below the embedded spreadsheet so people can click on it to edit within a framework of mass collaborative design.


<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]

Latest revision as of 21:47, 7 February 2021

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

2. Or just use the correct html markup

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

4. Include an edit link below the embedded spreadsheet so people can click on it to edit within a framework of mass collaborative design.

edit