【发布时间】:2021-07-12 03:54:11
【问题描述】:
我正在尝试从这个网站嵌入一个每天更新的图表: https://alternative.me/crypto/fear-and-greed-index/ 到谷歌表格文档中。
我已经尝试了所有我能想到的命令,但没有成功。谁能指出我正确的方向?
【问题讨论】:
标签: html google-sheets charts google-sheets-formula google-sheets-api
我正在尝试从这个网站嵌入一个每天更新的图表: https://alternative.me/crypto/fear-and-greed-index/ 到谷歌表格文档中。
我已经尝试了所有我能想到的命令,但没有成功。谁能指出我正确的方向?
【问题讨论】:
标签: html google-sheets charts google-sheets-formula google-sheets-api
您不能将 html 对象嵌入到 Google 表格中。 这个网站允许你插入图片,所以你可以这样做:
=image("https://alternative.me/crypto/fear-and-greed-index.png")
这就是你要找的吗?
【讨论】: