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 40 forks source link

doc/docx and xls/xlsx formats not working. ERROR: Export type is not supported #74

Closed shitallakhe closed 4 years ago

shitallakhe commented 4 years ago

Great Module, thank you.

I noticed that in my own app,the doc/docx and xls/xlsx formats produce the error listed above. The other export types seem to be working properly (at least in that they produce a download). please help me for this issue

thank you

wnabil commented 4 years ago

getXLS and getXLSX works for me in the demo i can't reproduce the issue, for Docx yes its disabled for now because there is an issue with the SSR,I will try to publish a new version to support it back soon.

shitallakhe commented 4 years ago

Which version supported for generating in xls ans xlsx,I am using latest version.