Im trying to generate an excel from generated xml but having trouble coding :)
The reason Im doing this is that I have a custom table where one part is filled with xml excactly as Umbraco does storing XML. Now I want to build an xmlstructure from all these rows in the table and write it out as excel.
The problem is that I dont now how to fill the dataset? normally I use ds.ReadXML("Filename") but now I dont have a file.
Fill Dataset from generated XML
Hi!
Im trying to generate an excel from generated xml but having trouble coding :)
The reason Im doing this is that I have a custom table where one part is filled with xml excactly as Umbraco does storing XML. Now I want to build an xmlstructure from all these rows in the table and write it out as excel.
The problem is that I dont now how to fill the dataset? normally I use ds.ReadXML("Filename") but now I dont have a file.
is working on a reply...