Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello! I've got an issue with the way Grid's Excel Export feature works in recent versions.
The ExcelExportProperties.hierarchyExportMode property is supposed to determine which childGrids are expanded in the exported Excel spreadsheet, according to the documentation, and i
Changing this setting shouldn't affect whether the childGrids are exported at all.
Here's the documentation for hierarchyExportMode for convenience, alongside its current behavior.
| Mode | Behavior | Current behavior |
|---|---|---|
| Expanded | Exports the visible child grids in expanded state. | Only exports visible child grids. Expands them in the spreadsheet. |
| All | Exports the all the child grids in expanded state. | Same behavior |
| None | Exports all child grids in collapse state. | Doesn't export any child grids. |
Demo in
The same demo running 19.2.44 has the behavior defined in documentation.