Skip to main content
Inspiring
December 13, 2012
Question

Is there a limit to the length of a single cfoutput string in CF?

  • December 13, 2012
  • 1 reply
  • 742 views

I use <cfoutput> to export a tab delimited text table for excel.  I added a bunch of fields to a working export and it's broken.  I doublechecked my syntax in the construction of the output string.  I am noticeing that intellisense stops working on the line at 512 characters. Could there be a limit to the length of a single line in a cfoutput export?

Is there a better way to export to Excel?

Thanks.

    This topic has been closed for replies.

    1 reply

    WolfShade
    Legend
    December 13, 2012

    CFSPREADSHEET, depending upon which version of CF Server you're using.

    ^_^

    Inspiring
    December 13, 2012

    I was just looking at that...

    WolfShade
    Legend
    December 13, 2012

    After the CFSPREADSHEET tag, you can drop into CFSCRIPT and manipulate things like font, color, etc.  Nice.

    ^_^