简体   繁体   English

Google表格上的ImportXML错误

[英]Error in ImportXML on Google Sheet

I'm getting no data back when trying to figure out an ImportXML statement to acquire some table data from a website into my Google Sheet. 尝试找出ImportXML语句从网站获取一些表数据到我的Google表格时,我没有任何数据回来。 The source code for website is here . 网站的源代码在这里 The specific data I'm after is the data within div class = "live-prices". 我需要的特定数据是div class =“ live-prices”中的数据。 I'd like to get all of that, including the table. 我想得到所有这些,包括桌子。 I've tried this statement: =IMPORTXML(A4,"//div[@class='live-prices']") only to receive an "Imported content is empty" error. 我尝试了以下语句:= IMPORTXML(A4,“ // div [@ class ='live-prices']”)仅收到“导入的内容为空”错误。

Appreciate any help! 感谢任何帮助!

我能够自己解决此问题-事实证明它没有返回,因为它需要授权。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM