Rock

Exporting the chart without rendering it in the browser using java

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now