使用Google电子表格中的ImportXML提取标题

时间:2015-01-22 17:00:53

标签: xpath google-sheets

我正在尝试使用= importxml(“http://help.sketchup.com/en/article/56085”,“// title”)在Google电子表格中提取http://help.sketchup.com/en/article/56085的标题。我收到了一个错误。

我做错了什么?

THX


= importxml(Url,“// title / text()”)在大多数链接上工作,除了以下三个.... anyideas?

Example1 Example2 Example3

3 个答案:

答案 0 :(得分:2)

它应该是//头部/标题或准确= IMPORTXML(“http://help.sketchup.com/en/article/56085”,“// head / title”)

答案 1 :(得分:1)

我的所有4个链接在我的工作表中完全正常:

=importxml("url","//title")

这与您在问题中列出的公式相同,所以我不太确定问题是什么?你得到了什么样的错误?

答案 2 :(得分:1)

我找到了解决方法:

//td/@title