currently the XLSReport module from appstore export the data of an object into the excel but it take a single object.
I would like to use this to simulate, the default Export To Excel(the grid button) functioality.
I prepare a list of objects. pass to a logic which uses the exporting using predefined template and shows an excel filled with data representing the list of objects i passed.
The object is straight forward plain entity not layered over association.
Any ideas/hints will be appreciated? (dont want to go to a custom logic if something is already thought of)