【问题标题】:IMPORTXML to import tooltips to Google SheetIMPORTXML 将工具提示导入 Google 表格
【发布时间】:2020-01-20 18:46:52
【问题描述】:

希望在 Google 表格中使用 IMPORTXML 从该地图https://www.quicktraining.ie/ 中提取每个县可用的课程列表,此数据目前仅作为每个县的工具提示提供,是否可以通过 IMPORTXML 导入工具提示?

【问题讨论】:

    标签: xml web-scraping google-sheets tooltip google-sheets-importxml


    【解决方案1】:

    你可以这样做:

    ={"Galway", COUNTA(IMPORTXML(
     "https://www.quicktraining.ie/county/index.php?county=Galway", 
     "//div[@class='divVanueRow']"))}
    

    【讨论】:

      猜你喜欢
      • 2023-01-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-01-04
      • 1970-01-01
      • 1970-01-01
      • 2019-06-03
      相关资源
      最近更新 更多