Client side set-up

To set up FusionCharts Excel export on the client side, follow the steps given below:

npm install https://s3.amazonaws.com/fusionimplementation/fusioncharts_lib/fusioncharts-3.12.3-beta.1.tgz 
  • To show the Export As Excel menu option, set the following fields in the chart config:

    • exportEnabled: "1"

    • exportMode: "server"

    • exportExcelHandler: "<YOUR-ASP-SERVER-URL>" (give the URL as specified during server setup)

If exportExcelHandler is not specified, all requests will be served from FusionCharts Excel export server.

Was this article helpful to you ?