Is there a way to write data to an Excel file, naming that Excel file according to the value of one of the fields in my data?
For example. if I have the values "Bob" and "Fred" in my UserName field, I'd like 2 files "Bob.xlsx" and "Fred.xlsx" created with their data respectively.