我已通过“发布到网络”发布了Google表格'在Sheet中并使用iframe在我的网站上实现它:
<div style="position:relative;width:100%; height:0px;left: 0; padding-bottom:56.25%;">
<iframe style="position:absolute; top:40px; width:100%; height:100%"
src="Google_sheet_link">
</iframe> </div>
当我编辑它时 - &gt;它不适用于网站(谷歌表每5分钟自动刷新一次,但它无论如何都不适用)。
仅当我手动更改链接时才有效,例如从sheet-link.com/到sheet-link.com。