How to export my json data into pdf,excel using angular 2

前端 未结 4 897
慢半拍i
慢半拍i 2021-01-05 13:52

I have created my Data table from the angular 2 website. Now I want to export my json data to PDF,excel using angular 2 framework.

Kindly give me s

4条回答
  •  清酒与你
    2021-01-05 14:04

    Maybe you should look for how to export your data-table to a JSON format object then there is plenty of examples how to convert a JSON to PDF/CSV and could be used in native JavaScript or TypeScript. Those links may help you: Converting json to pdf using js frameworks and http://jsfiddle.net/hybrid13i/JXrwM/

提交回复
热议问题