Hi ,
I have an RDL engine ( basically a class) , that executes an RDL, gets data , formats it and returns this formatted data as an object model. Now i want to render the data in this object model in excel. I thoguht i could load the contents of the object model to an xmlDocument object and then try to import from the xml into an excel. But i do not see any method in Aspose which allows me to do this ... Could u pls help me out?