export multiple models to excel

Can you use the model.exportData() function in a snippet to export an array of multiple models… that have different Sobjects as their data source?

Not sure. Perhaps if you adopt the rows into a single model you could then export that one?

To close the loop on this, adopting the rows into a single model is the recommended solution right now.