Client side file creation and download

前端 未结 5 967
南方客
南方客 2021-01-05 15:04

We are using fusioncharts and it has the ability using javascript on the client side to export csv data, we want to be able to take that data and create a file on the fly in

5条回答
  •  孤城傲影
    2021-01-05 15:26

    Take a look at filesaver.js. As long as you are okay with IE10+ this is a pretty solid solution that elegantly handles using the best method depending on the browser.

提交回复
热议问题