Posted 12 September 2024, 3:15 am EST
Hello,
I’m currently working on a project where I need to I have column groups and I need to export the grid data to Excel, while excluding the column groups from the export.
I’m running into issues when trying to export the FlexGrid data to Excel using FlexGridXlsxConverter. I need to exclude the column groups from the export and only export the actual data columns.
I’ve tried various solutions with the* includeColumns *function to exclude the parent (group) columns, but it either exports an empty file or includes the group headers, which I want to avoid.