【问题标题】:import XML in google spreadsheet在谷歌电子表格中导入 XML
【发布时间】:2011-11-29 13:24:49
【问题描述】:

我有一个问题/问题 我有一些xml。示例:

api.mysite.net/xml/user/id/1145

现在,我想从我的工作表中获取这个 1145。它应该看起来像:

=ImportXML("http://api.mysite.net/xml/user/id/C5"; "/*")

在 c5 中,会有 id :) 谢谢你

【问题讨论】:

    标签: xml google-api google-sheets


    【解决方案1】:

    只需使用 & 来连接字符串,例如

    =ImportXML("http://api.mysite.net/xml/user/id/"&C5; "/*")
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-06-17
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多