The export to Excel button has a row limit parameter, which can be set to maximum of 65535 rows.
I would always suggest to pass a pagination entity as parameter to the microflow to limit the amount of rows to one page at a time. Mendix can create the necessary entity and nanoflows for it.