Hi all, I was wondering if anyone could point me in the right direction as to how to convert an xml doc(or string) into a .xls using openXML? I'm trying to make an actual .xls file, not just a "fake" renamed .html into .xls.
Google has been...not as helpful as I would've thought.
Thanks!
The pivot table example in the PowerTools for Open XML shows how to fill a spreadsheet from a text file source. It should be easy enough to adapt that example to use an XML file as the source.