structure export. excel

Export Xml data

Swiftlikeninja's picture

I am in need of some guidance. I am currently doing some data processing within quartz on various statistic that are being pulled live via xml. The need has risen that requires some of the same data to be imported into excel. Since I am already parsing down an xml structure in quartz, I want to incorporate this data into excel so i dont have to recreate the wheel again.

After all the data parsing I'm left with a named 2d array and am trying to figure out how to get that data back into an excel readable format. I have tried using Dust's amorim xml plugin but it loses the standard xml formatting and as such excel fails to import the data. Namely, it incorporate the keys into separate , . The perfect solution would be a hands off, quartz integrated plugin. Unfortunately I do not have the talent of knowledge to attempt to write the plugin myself.

Any help would be greatly appreciated.