Hello,
does anyone know if it is possible to group rows with advanced excel?I'm talking about this excel feature:
Hi Andrew
It isn't currently supported but Google tells me it should be possible.
There may be a moment this weekend for me to look into this.
A potential workaround is using a template that already has a grouping defined and then just adding more rows within that grouping. I haven't tested that now, but vaguely recall doing something like this previously. I'm not an elephant though so my memory might be incorrect ;)
Hope this helps.
Hanno
Hi @Andrew Amato,
This is now supported. Update to the latest version of Advanced Excel from the Forge and use the Row_Group action (there's a matching Column_Group for columns). It creates exactly the Excel outline grouping you screenshotted, with the +/- expand/collapse buttons.
Row_Group(Worksheet, StartRow, EndRow, OutlineLevel, Collapsed)
Examples:
Call it after writing your data, then Workbook_GetBinaryData. Hope this helps!