Embedding google sheet on a page

Hi,

I want to embed this interactive google sheet onto my store, and the problem is that the cells’ labels, scroller, and the bottom tab bar are showing up as well, is there any way to only show the interactive content?

the code is:

Thank you!!

1 Like

this is how it currently looks like

Hi @Killian1234

Unfortunately, there’s no way to edit the content of an iframe :disappointed_face:

I’d suggest you figure a different way to showcase the content the way you want.

1 Like

See here

quickly said after publishing you can adjust the parameters.
To show or hide parts of the spreadsheet, edit the HTML on your site or blog.

  • gid=: The sheet ID.
  • range=: The rows and columns that are published to the web. For example, A1:B14.
  • widget=: True or false. If true, the sheet tab is displayed at the bottom.
  • headers=: True or false. If true, row numbers and column letters are displayed.
  • chrome=: True or false. If true, the title and footer are displayed.