I need to export data in a excel.
Currently I am able to export data in a excel in the following format like
But I want to display in the following format:
Like here,Ram is the teacher which appears in every row.
But the requirement is we want it to appear in the top of the excel.
Currently I an using ExportableDataSubset here.
Please help on this.
Discussion posts and replies are publicly visible
To keep things simple,
You can try creating a view upon the format you need above(Provided the data volume is less) and just change the entity on the ExportableDataSubset