Skip to main content
December 7, 2009
Question

Down to excel question

  • December 7, 2009
  • 1 reply
  • 419 views

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">

This topic has been closed for replies.

1 reply

Inspiring
December 7, 2009

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

tclaremont
Inspiring
December 7, 2009

If you are running CF9, you might be able to use the CFSPREADSHEET tag.