I am new to activePivot. We invoked a mdx query and got a CellSetDTO back. Is there any library code available to convert this CellSetDTO object to CSV, Excel, or other type of formats?
I am looking at the javadoc from quartetfs on the CellSetDTO class but the javaDoc has no description. Alternatively, I can write my own code to produce the CSV but since I am new to this and there is no description on the javaDoc, it is a bit hard to start.
Any pointer to any documentation is appreciated.
Thank you, Grace