【问题标题】:Embed google spreadsheet in HTML (narrow result)在 HTML 中嵌入谷歌电子表格(窄结果)
【发布时间】:2015-01-25 16:27:37
【问题描述】:

我在 Google Drive 中有一个电子表格。我已将其发布到网络上,并将“正确代码”粘贴到我的网站上。

<iframe src="linkToTheFile"></iframe>

就我而言

<iframe src="https://docs.google.com/document/d/1hIs40J7W5OfhplAokR3duEdJUY2rXEjv9muFawcfRS0/pub?embedded=true"></iframe>

按照 Google 的说明,https://support.google.com/docs/answer/183965?hl=sv

但这显示太窄了。这是它在网站上的外观。 (我在那里粘贴了两个文件)

【问题讨论】:

    标签: html css iframe google-sheets


    【解决方案1】:

    只需在链接前加上width="600" height="600" (你可以自定义宽高和bobs你的叔叔!

    例如&lt;iframe width="600" height="600" src="https://docs.google.com/document/d/1hIs40J7W5OfhplAokR3duEdJUY2rXEjv9muFawcfRS0/pub?embedded=true"&gt;&lt;/iframe&gt;

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多