So I have a comma delimited list of emails. I want to take this list and write it to a spreadsheet. The first thing I am going to do is create a component that I can reuse throughout my application named email list writer. The components write method will take a list of emails and an absolute filename.
Now that was pretty easy. If we wanted to serve this up to our users as a download we could do this.

#1 by Henry Ho on 12/16/09 - 1:22 PM
#2 by Leigh on 12/16/09 - 8:43 PM