Import XML into Excel
General and Desktop
2
Posts
1
Posters
1.0k
Views
1
Watching
-
I'm trying to import an XML file into an excel one. I am using QAxObject for that and I can Create, Open, Write/Read data correctly from the Excel file, but never importing XML file.
I hope you can help me to correct the following line:
workbook->dynamicCall("XmlImport("C:\Quality\test.xml", , true, Range("$A$1"))");PS: I call the method "XmlImport", link for MSDN doc: "http://msdn.microsoft.com/fr-fr/library/microsoft.office.tools.excel.workbook.xmlimport.aspx"
Thank you