Is there a way to export a 2 level grid? (For example a
dataset with 2 tables that has a parent-child relationship).
I saw that this can be achieved using the GridWeb control, but I was wondering
whether there's a way to achieve the same result using a DataSet or any other
.NET control?
Rotem
Hi,
Well, Aspose.Cells.GridWeb supports to provide hierarchical view (see the demo for reference: http://www.aspose.com/demos/.net-components/aspose.cells/csharp/grid/data-bind/expand-child-view.aspx) but again it does not support to save hierarchical data to Excel format.
Thank you.