I have an application where users input a large number of data fields and then wish to produce Excel spreadsheets from custom queries on the data. ...For single-table queries, I can return an ...IEnumerable<T>... and use the ...LoadFromCollection()... met...