导入xml文件

时间:2019-04-10 23:38:31

标签: excel vba

我正在用VBA源代码编程将xml文件导入excel的逻辑,但是我不知道要在电子表格中解析哪个函数。

尝试此命令,但不起作用:

  ActiveWorkbook.XmlImport Url:=sArquivo, ImportMap:=Nothing, Overwrite:=True, Destination:=Range("$A$1")

代码:

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE CFXML [

我要导入标签: "<ProductDescription>", "<Quantity>", "<MonetaryAmount>", "<ProductTypeCode>", "<ProprietaryProductIdentifier>", "<ProductIdentifierTypeCode>"

0 个答案:

没有答案