wnabil / ngx-export-as

Angular 2+ / Ionic 2+ HTML/table element to export it as JSON, XML, PNG, CSV, TXT, MS-Word, Ms-Excel, PDF
MIT License
68 stars 39 forks source link

While exporting data in JSON getting Issue #88

Closed nikhilmehta7031 closed 3 years ago

nikhilmehta7031 commented 3 years ago

Hey there,

I have built an app in angular 9 and I am using ngx-export-as version 1.4.2. I tried to export my table data in JSON format and in response, I am getting data like below.

[{"sample":"test1213","key":"3123"}]

Also, I am getting -> ERROR Export type is not supported while exporting in doc.

In other formats like CSV, Text data export works perfectly. But this gives the issue. Please let me know if anyone has a solution for this.

Thanks in advance.

wnabil commented 3 years ago

https://github.com/wnabil/ngx-export-as#important-notes

https://github.com/wnabil/ngx-export-as/issues/76