Copy link to clipboard
Copied
I am running a pretty simple dowload to excel page. However, I would like each record to go to a different tab.
I am pulling kids information with a record of their advancements. Its a lot of information..so I would like for each
kid to go to a different tab. No clue how or even what to google.
My download to excel is as such...
<cfcontent type="application/msexcel">
<cfheader name="content-Disposition" value="filename=Kids.xls">
Copy link to clipboard
Copied
Your google search string is "coldfusion excel poi".
Start with this: http://www.bennadel.com/blog/474-coldfusion-component-wrapper-for-poi-to-read-and-write-excel-files.htm
Copy link to clipboard
Copied
If you are running CF9, you might be able to use the CFSPREADSHEET tag.