Home > Mobile >  Is it possible to display an iframe or webview in google sheets
Is it possible to display an iframe or webview in google sheets

Time:03-16

I have a google sheets file with just URLs of products.

I want to create some iframe/webview/view inside the sheet that can load the contents of that url in that view.

For e.g. when i select any cell with the product url the webview/iframe loads the contents of that url.

Is it possible?

Picture attached for reference on how it would look like. enter image description here

CodePudding user response:

You can easily achieve it using Results

Documentation
  • Related