Excel exporter

1
Hi Folks, Is there possible export the multiple associated tables data’s in single work sheet by using the excel exporter module. If it’s possible  please guide me.  Thanks in advance
asked
3 answers
3

What you can do is, that you build a helper entity that you use for the export and then build the data as you want them to export. Finaly use the new entity for the export.

answered
1

Hi Yasar,

You can do this by creating an helper entity to export the all data's.
and retrieve all the data’s from the various entities and create an object to copy the retrieved data’s to the created object of  helper entity later you have to configure it in to excel exporter.

Cheers,
Narendran J

answered
0

Thank you so much for your valuable reply Gerrit Kiefer. Yeah I achieved as you mentioned like this, it’s working fine.

answered