Writing a list of values to a spreadsheet in ColdFusion 9
Tuesday December 15, 2009 3:13 PM
Word Count: 190
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.
