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

Multi-Tab Excel worksheet

Participant ,
Mar 19, 2010 Mar 19, 2010

Copy link to clipboard

Copied

Is it possible to create a multi-tabbed worksheet in CF 8?  I can do a single tab using cfcontent, haven't found anything on adding additional tabs

TOPICS
Advanced techniques

Views

668

Translate

Translate

Report

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
Enthusiast ,
Mar 22, 2010 Mar 22, 2010

Copy link to clipboard

Copied

LATEST

CFCONTENT has nothing to do with generating excel sheets.You're just defining that output data is sent in binary form, with a certain mime type. Creating an Excel sheet is something completely separated. If you use already a third party component for this, check if it supports multiple worksheets.

A csv file is not an Excel worksheet (conceptually) at all. There are no features like sheets. It's dummy data with just commas, quotes, values and linefeeds.

One alternative would be to create an Excel XML worksheet. I haven't tried thismyself, but here are some pointers:

http://msdn.microsoft.com/en-us/library/aa140066%28office.10%29.aspx

http://prsync.com/oracle/multisheet-excel-output-18866/

CF9 is of course the easiest solution with its cfspreadsheet tag, if you can upgrade.

--

- Fernis - fernis.net - ColdFusion Developer For Hire

Votes

Translate

Translate

Report

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
Documentation