i want to take a list of anonymous types and export then to excel. I have the code to export to excel if i have the data, but i want to be able write some generic code to:
Loop through all of the fields in the anonymous type so i can export it to excel. I would like to keep the ordering if possible as well.