Skip to main content
Participant
March 20, 2012
Question

Generete chart in spreadsheet during runtime

  • March 20, 2012
  • 1 reply
  • 585 views

Hi,

I want to generate a chart in the spreadsheet when user click get report button.The excel should be generated durng run time and user can save the file in his local machine.Could you please let me know if this can be acheivable in coldfusion.

Thanks

    This topic has been closed for replies.

    1 reply

    Inspiring
    March 22, 2012

    No you cannot create Excel charts from scratch. What you can do is either

    A) Use cfchart to create an image of a chart. Then add the image to the spreadsheet

    B) Create a blank chart in Excel. Then use CF to populate the data cells used by the chart