在谷歌电子表格中导入XML

时间:2011-11-29 13:24:49

标签: xml google-api google-sheets

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

  

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

现在,我想从我的表中得到这个1145。它应该看起来像:

  

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

在c5中,会有id :) 谢谢

1 个答案:

答案 0 :(得分:4)

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

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