Embedded Google Sheet Deletes Elements After It

reisnern21

I'm looking to embed a Google sheet into a Google Chrome extension. My code is as follows:

<html>
  <iframe
    src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQhhQM1ag9M_exkDEV8omFWuI5-4tRizOZ5pl0ZzxpAEJ3rHfWzWilEzjgV4jwpyEj2aaTUkfQx6DRK/pubhtml?gid=1478993491&amp;single=true&amp;widget=true&amp;headers=false"
  </iframe>
  <p>Hello, World!</p>
</html>

For some reason, "Hello, World!" not only doesn't show up visually (https://imgur.com/YlxZ3uz), but isn't there when I inspect elements (https://imgur.com/IEoTAnN). What is going on? How can I fix it?

Thank you for your help!

smunteanu

You didn't close the opening tag with the > sign. This should work

<html>
  <iframe
    src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQhhQM1ag9M_exkDEV8omFWuI5-4tRizOZ5pl0ZzxpAEJ3rHfWzWilEzjgV4jwpyEj2aaTUkfQx6DRK/pubhtml?gid=1478993491&amp;single=true&amp;widget=true&amp;headers=false">
  </iframe>
  <p>Hello, World!</p>
</html>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Remove Google Border From Embedded Google Sheet

Scrape Embedded Google Sheet from HTML in Python

Published Google Sheet not showing in embedded iframe

Google script embedded in google sheet adding a menu item

How to match all of elements of array in google sheet

Google Slides & Apps Script: Unlink all embedded sheet charts

Google Apps Script - Using a Form Response Value in Locating Cells that are duplicates in the sheet and deletes the rows that matches the Value

Does Google Sheet onEdit trigger is being executed after sheet is recalculated

Triggering a script on a google sheet after editing a separate sheet

Scripts in my Google sheet not working After Downloading

Issues with Protected cells after duplicating the google sheet

How to delete a google sheet after a certain time

Google Sheet Remove Editors After First Edit

google sheet script - writing back new sheet ID to cell, after copy sheet to new file

How to update form from elements from Google Sheet?

Return array's elements into multiple columns in google sheet (GAS/JS)

HTML Elements are overlapping each other (+ aligning embedded Google Maps)

Store temporary data (that automatically deletes after 1 minute) on Google Cloud Firestore

Create Formula inside array after filter app script google sheet

concat rows after doing multiple table joins in a Google Sheet

Google Sheets script to copy and paste in another sheet after the last record

How to select selected and next row after validation of formula in Google sheet?

Google Scripts - Can't Find Destination Sheet After Form Creation

Why the top few rows disappear after using query in google sheet?

How to extract the value after arrow for all digits in google sheet?

How to sort the answer based on the timestamp after flatten the matrix in google sheet?

Extract any string after colon in Google sheet cell with multiple lines

Sort ASC and DESC column after import in the Google Sheet

Change Datasource of a chartsheet (no embedded sheet)