嵌入可由观看者

时间:2015-10-24 12:45:52

标签: html iframe google-sheets embed

我想在我的HTML网站上嵌入一个google工作表,仅显示包含数据的单元格(没有标题,行号,字母列,边框等)并且< strong>可以由观看者过滤。观众可以暂时过滤数据,但不应该更改原始过滤。

我有谷歌表,下面有多个标题和数据列。我使用Google工作表过滤了数据(包括标题)&#39;过滤&#39;选项。 我知道如果我使用允许查看或编辑的共享链接,可以嵌入可排序的Google工作表。但是当我使用该编辑或查看链接时,我几乎不能使用任何url parameters

  • 示例编辑/查看链接: https://docs.google.com/spreadsheets/d/{spreadsheet-key}/edit?usp=sharing

  • 目前为止最好的尝试是使用url参数&amp; rm = minimal但它仍然显示其他工作表,编号行和字母命名列

我可以在 File -> Publish to the web -> Embed 的链接上使用网址参数。这是链接:

< iframe frameborder="0" height="440" scrolling="no" src="https://docs.google.com/spreadsheets/d/{spreadsheet-key}/pubhtml?gid=0&amp;single=true&amp;range=A1:N20&amp;widget=false&amp;chrome=false&amp;headers=false" style="float: left;" width="761"></iframe >

=&gt; 我在视觉上正是我想要的:嵌入的干净的spreasheet只包含数据。但现在无法过滤

到目前为止,这里是最好的iframe(可排序但不干净):

< iframe height="440" frameBorder="0" src="https://docs.google.com/spreadsheets/d/{spreadsheet-key}/edit?usp=sharing&rm=minimal" width="761"></iframe >

有没有办法只显示数据单元格并仍允许排序?

1 个答案:

答案 0 :(得分:2)

使用html嵌入google工作表时,过滤/排序功能会丢失;冻结行/列时也是如此。谷歌尚未解决这个问题,尽管多年来一直要求它。通过Excel Online嵌入时可以这样做但是那个有点慢。