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.