【问题标题】:NEW google spreadsheet importhtml not working新的谷歌电子表格 importhtml 不起作用
【发布时间】:2014-01-09 17:57:04
【问题描述】:

从旧的谷歌电子表格转换为新的谷歌电子表格:

旧版本

=importhtml("www.pgatour.com/tournaments/farmers-insurance-open/results.html";"table";2)

和索引 0 一样工作。

在新版电子表格中

=importhtml("www.pgatour.com/tournaments/farmers-insurance-open/results.html","table",2)

返回带有错误消息的#N/A:无法获取网址:www.pgatour.com/tournaments/waste-management-phoenix-open/results.html。

我还在 Google 论坛上发布了泰国问题。

【问题讨论】:

    标签: google-sheets


    【解决方案1】:

    试试这个:

    =importhtml("http://www.pgatour.com/tournaments/farmers-insurance-open/results.html";"table";2) :)
    

    , 交换为; :)

    2014 年 1 月 10 日更新:

    这是我使用此功能的电子表格(并带有“;”):https://docs.google.com/spreadsheets/d/1-k7aNQXs9G5Sj3Py042Iw9oncJv6I-FByUBT1rq0gYQ/edit?usp=sharing

    【讨论】:

    • 是的,你说得对 - 在我的电子表格中“;”已转换为 "," :)。
    • 在前面添加“//http/”似乎可以使它起作用。谷歌论坛中的一个答案表明 importhttp 是其中一个不起作用的功能(SIC!)。我似乎无法制作“;”在我的工作表中工作,一旦我粘贴或输入,它们都会转换为“,”,即使我从@jacek2v 电子表格复制文本
    • =IMPORTHTML("en.wikipedia.org/wiki/…) 似乎可以在新电子表格中使用,但其他电子表格不能!
    • - 它改变了我的格式,所以在这里寻找一个有效的例子support.google.com/docs/answer/3093339?hl=en
    猜你喜欢
    • 1970-01-01
    • 2023-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-02-09
    • 1970-01-01
    • 2018-10-20
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多