I am migrating from jxls 1.0 to jxls 2.x.
We have used outline tag for for rows as below in our templates.
<jx:outline detail=true>
//Some rows
</jx:outline>
It basically shows groupBy outline option present in excel Data tab. I want to replicate this as it is. I could not find similar tag in jxls 2.
In jxls-demo repo, there is an example of Group row command which worked.
Thank you @leonid-vysochyn for this suggestion.
Check the following classes: GroupRowCommand.java