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

Multiple column names in POIUtility

New Here ,
Jun 29, 2010 Jun 29, 2010

I am trying to use the POIUtility to export to Excel and I would like to know if there is a way to output multiple column names like below.

test.jpg

TOPICS
Advanced techniques
390
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 ,
Jun 29, 2010 Jun 29, 2010
LATEST

I don't think so.

The way we use it is to send a query object, a list of column headers and a list of field names.  This gives us the column headers in row 1.

If you are on cf-9, you might have better luck with cfspreadsheet.

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