How to create Tree like structure in excel using Aspose

Dear Team,

I am attaching a screenshot of a requirement where we need to display data in tree like structure. Could you please help me in achieving this using Aspose.Cells Java.

Tree.png (53.0 KB)

Thanks in advance!
Regards
Yasaswini Challa

@YaSaSwini,

Thanks for the screenshot.

We follow MS Excel standards and specifications when rendering Excel files as the Excel file formats are shown in MS Excel in most cases. How could you design such a layout in MS Excel? Kindly do create your desired style/layout in MS Excel and share the file with us, we will check on how to do it via Aspose.Cells APIs.

Hi Amjad,

We have created this structure using HTML, and interested to know how to create it in Excel.
Please let us know if you have any idea of creating these types of structures in Excel.

Regards
Yasaswini Challa

@YaSaSwini,

I am not sure about it if this is possible in MS Excel. I think you may try SmartArt shapes but Aspose.Cells might not support to create smart arts from the scratch although you may create SmartArts in MS Excel and Aspose.Cells can read from template file or manipulate it a bit. so, you have to rely on individual shapes to try to render such hierarchy.