excel-export
excel-export copied to clipboard
How to export domain object with array "hasMany"
Hi, we need to export domain entities with atribute:
static hasMany = [ordersClient: OrderClient]
The best solution is each item from ordersClient pass at new line... is it possible and how?
Thanks a lot
Jiri Sojka