Google表格Importxml不导入纯文本

时间:2019-08-29 21:19:17

标签: xpath google-sheets google-sheets-formula google-sheets-importxml importdata

我无法导入非结构化文本,还有其他方法吗?任何帮助表示赞赏

URL:https://rucsoundings.noaa.gov/get_soundings.cgi?data_source=GFS&start=latest&airport=SACO

example

2 个答案:

答案 0 :(得分:0)

它已通过https://www.benlcollins.com/apps-script/beginner-apis/

这样的脚本解决了

答案 1 :(得分:0)

您可以使用IMPORTDATA

=IMPORTDATA("https://rucsoundings.noaa.gov/get_soundings.cgi?data_source=GFS&start=latest&airport=SACO")

0