Export a 2 level grid

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: GitHub - aspose-cells/Aspose.Cells-for-.NET: Aspose.Cells for .NET examples, plugins and showcases but again it does not support to save hierarchical data to Excel format.

Thank you.