I have a process that generates some large XML files which I then import into Excel manually. I would like to automate this Excel sheet conversion using some type of command batch or script language like powershell but not sure if this is possible.
The manual steps in Excel are:
Data --> FormXML Data Import --> Browse for XML file --> Excel creates schema using existing XML table in workshee ($A$1) .
What's the best way to accomplish this?
Thanks in advance.