Embedding Google Sheets - 3
iframe

Embeds using iframe

Examples on this page have been done using a) one of the parameters from this page and b) some htmlembed code from this page

rm=minimal



Spreadsheet embedded using the Embed code tool with parameters:

<iframe height="400" width="100%" src="https://docs.google.com/spreadsheets/d/1sqLhj7oWGPEU7vjm-SfD55jqJEi0h47CPeDcILtDUVE?rm=minimal"></iframe>

Using a filter, rm=minimal



Spreadsheet embedded using the Embed code tool with parameters. Note the gid and fvid parameters:

<iframe height="400" width="100%" src="https://docs.google.com/spreadsheets/d/1sqLhj7oWGPEU7vjm-SfD55jqJEi0h47CPeDcILtDUVE?rm=minimal&#gid=0&fvid=1128124486"></iframe>

The URL as seen in the toolbar in Drive for this view was:
https://docs.google.com/spreadsheets/d/1sqLhj7oWGPEU7vjm-SfD55jqJEi0h47CPeDcILtDUVE/edit#gid=0&fvid=1128124486

rm=demo



Spreadsheet embedded using the Embed code tool with parameters:

<iframe height="400" width="100%" src="https://docs.google.com/spreadsheets/d/1sqLhj7oWGPEU7vjm-SfD55jqJEi0h47CPeDcILtDUVE?rm=demo"></iframe>

HTMLembed in Iframe



<iframe height="400" width="100%"

src="https://docs.google.com/spreadsheets/u/1/d/1sqLhj7oWGPEU7vjm-SfD55jqJEi0h47CPeDcILtDUVE/htmlembed?single=true&gid=0&range=A1:D15&widget=TRUE&chrome=TRUE&headers=TRUE">

</iframe>