Rock Report post Posted March 13, 2014 Is it possible to export fusion charts as excel without rendering it in the browser using java??? Share this post Link to post Share on other sites
Haritha Report post Posted March 14, 2014 Hi, It is not possible to export a chart to excel using FusionCharts API, as of now. It is also not possible to export charts without rendering them in browser, directly. But as a workaround, this can be achieved using various third party tools along with FusionCharts. You may use the tools given in the blog post http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/ to export chart to image and then using Java code at backend you may write your own code to place this exported image of chart in an excel file. Hope this helps. Share this post Link to post Share on other sites