I've been spinning in circles trying to get XML data loaded into an Excel worksheet.
I started with transforming the XML into a List of Objects and then iterating that List, outputting each individual row. I discovered some posts that said this was inefficient, however, and abandoned the idea.
I then attempted the XmlImportXml method, but having quite gotten this to work yet. (See Generate XML Schema From XML String)
Are there any other alternatives to loading XML data into an Excel worksheet?
Is there a preferred way to do this?