ColdFusion Export to Excel on Multiple Sheets
问题 I'm using the code below to export data from a database to an Excel sheet. What I want to do is have a certain set of fields be exported to a different sheet in the same workbook. The end result being that each person's data is on a separate sheet rather than all combined on the same sheet like this code is doing. Any thoughts as to how I can write a formula or a piece of ColdFusion than will let me do this? Also I'm using ColdFusion 8 so I can't use the cfspreadsheet function. <!--- use