Export to excel multiple tabs

I have a page with 4 tabs with grids in each tab. Is there a way to export all reports into one Excel file with multiple tabs, each page tab report goes to corresponding excel tab?

Hi,

The standard export solution will produce a file-per-grid.
If you need to export all 4 grids as a single file, you need to use a custom solution ( content of all grid can be serialized to CSV and sent to a server side, where you can create an excel file and return it back to user )