Hi,
I am exporting the datas using UltraWebGridExcelExporter.
I having group by columns.
The datas are exporting correctly.
But i need the groups to be opened when i open the excel.
Thanks for your help.
Thanks
S Nagarajan
You can iterate over all Columns and Rows in the exported Worksheet and set their Hidden properties to False to open any collapsed groups.