Dear Sonata Users,
The current export to XLS functionality works great out of the box.
However, we have a very strong necessity to have the associated ID columns of referenced entities too.
Example: I have a Transaction entity with a ManyToOne mapping with User entity.
When I export to XLS, I get all the columns in the transactions table but I don't get the user_id column which is a foreign key.
Can this be achieved? I have already tried an EAGER fetch, but it didn't help
If it can't work out of the box or with a small tweak, whats the best alternative to get the data I want?
Thanks,
Amit