仅显示实时Google工作表的一部分 [英] Only show a portion of a live Google sheet

查看:85
本文介绍了仅显示实时Google工作表的一部分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在新的Google网站中嵌入实时Google表格。效果很好,但我想隐藏/删除标题行和列标题,而只显示工作区

I want to embed a live Google Sheet inside of new google sites. works fine but I want to hide/remove the title row and column headers and just show the workspace area

我在新的Google网站中尝试了以下iframe代码(以下)并且仍然显示标题,行标题和列标题

I have tried the following iframe code ( below ) in New Google sites and it still displays titles, row and column headers

您能告诉我我缺少什么吗?

Could you tell me what I am missing?

<iframe width="100%" height="400" src="https://docs.google.com/spreadsheets/d/SHEET_id/edit?usp=sharing&amp;single=true&amp;widget=true&amp;headers=false"></iframe>

我已经发布到网络上并使用了HTML embed参数,但是工作表的HTML版本也需要需要长时间更新,否则无法预测。数据通过Google表单更新。

I have published to the web and used HTML embed parameters, however, HTML versions of the sheet take too long to update or it's unpredictable. The data is updated by a Google form.

<iframe width="100%" height="400" src="https://docs.google.com/spreadsheets/d/SHEET_id/edit?usp=sharing&amp;single=true&amp;widget=true&amp;headers=false"></iframe>

Sheet完整显示。我可以在应用程序中隐藏一些元素,但保留行和列标题。

Sheet displays in its entirety. I can hide some elements in the app but rows and column headers remain.

推荐答案

使用& range URL中的= A3:C10 参数,例如:

<iframe src="https://docs.google.com/spreadsheets/d/1B56.../pubhtml/sheet?headers=false&gid=0&range=A3:C10" width="400" height="350"></iframe>

这将仅发布范围 A3:C10

这篇关于仅显示实时Google工作表的一部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆