Treegrid export only showing parent level

Hi,

I am having a treegrid with hierarchy as in parent and child nodes and I am trying to export the treegrid using toExcel method. I am able to export the treegrid but when open, it only shows me the parent level nodes in the excel and not child nodes…

Please help me…

Thanks,
Kumar Parth

Unfortunately, the problem cannot be reconstructed locally. treegrid exported to excel cannot display the hierarchy visually due to the plain design of the excel, but the “child content” of the treegrid display correctly.
Please, try to include the following updated extension of the export functionality
https://files.dhtmlx.com/30d/909ddddbf5e73a92300fa731e3627f5b/dhtmlxgrid_export.zip
and use the following url for the export:

myTreeGrid.toExcel('https://export.dhtmlx.com/excel';;)

If the problem still occurs for you please, provide a complete demo or a demo link, where the problem can be reproduced locally.