export page to csv over multiple models

I have a page that calculates cost based upon varying fields and tables on the page encompassing three models. I am trying to find a way to export the page to excel for easy manipulation later. I cant seem to find a way to export multiple models to one csv. Is this even possible? I can get a single model to export fine, however, it puts each field into its own column instead of it having the field in column A and Value in Column B. Is there anyway to change the output format of the exportData() function?

Eric,

You could potentially adopt the rows of all your models into a single model, and then export that?