Hi,
I would be very much grateful if you could please advise whether there is a way to generate an excel file containing both a table and a chart using CF8?
I've used the following:
<cfsavecontent variable="reportName">
Table Displayed here | Chart Displayed Here |
</cfsavecontent>
<cffile action="write" nameconflict="overwrite" file="testReport.xls" output="#variables.reportName#">
However, when the Excel file is generated, only the table is displayed, not the chart.
Is there a way to do this?
Thanks and regards,
Yogesh Mahadnac