如何将JSON数据导入Google Spreadsheets?


Answers:


16

目前还没有任何附加在其上提供此功能,所以你必须创建或导入自定义功能的脚本编辑器中可用的工具菜单(电子表格)。然后ImportJSON.gsbradjasper的GitHub页面重新粘贴内容并保存。

之后,您可以使用ImportJSON函数,例如:

=ImportJSON("http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?v=2&alt=json", "/feed/entry/title,/feed/entry/content", "noInherit,noTruncate,rawHeaders")

这是另一个示例:

=split(concatenate(ImportJSON("https://api.binance.com/api/v1/klines?symbol=BTCUSDT&interval=1m&limit=1")), ",")

阅读更多:


1
有没有办法在新的Google表格中执行此操作?我该如何运行?
rcphq,2015年

1
有没有一种方法可以将json对象粘贴到参数中,而不是url中?
抓到

我今天已经测试了这些步骤(截至2018年),它们仍然可以在最新的Sheets(“ 工具”->“脚本编辑器”)中工作并导入功能。
kenorb


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.