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 suggestion how can I achieve that or any link if you have.
Regards
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 suggestion how can I achieve that or any link if you have.
Regards
Use jsPDF to convert from JSON to PDF.
And AlaSQL to convert from JSON to Excel (*.xls, *.xlsx).
Maybe you should look for how to export your
data-table
to aJSON
format object then there is plenty of examples how to convert a JSON to PDF/CSV and could be used in nativeJavaScript
orTypeScript
. Those links may help you: Converting json to pdf using js frameworks and http://jsfiddle.net/hybrid13i/JXrwM/I was finally used this one: