Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Down to excel question

New Here ,
Dec 06, 2009 Dec 06, 2009

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

TOPICS
Getting started
361
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 06, 2009 Dec 06, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Dec 07, 2009 Dec 07, 2009
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources