Exceljs: Exceljs don't work after build in Angular 7

Created on 30 May 2019  Â·  3Comments  Â·  Source: exceljs/exceljs

I have an application built in Angular and it uses exceljs to export some data in .xlsx.

For some reason I do not know, when I generate a project build, exceljs stops working. I found this https://github.com/exceljs/exceljs/issues/825 that refers to a similar problem.

Is there any way to work around the problem until the version that includes the changes is released?

Best regards

Most helpful comment

In my case, exporting with ExcelJS worked in development but not in production (I think there are some issues around Buffer).

However, I think this little trick can make it work: https://github.com/exceljs/exceljs/issues/810#issuecomment-496447076

All 3 comments

In my case, exporting with ExcelJS worked in development but not in production (I think there are some issues around Buffer).

However, I think this little trick can make it work: https://github.com/exceljs/exceljs/issues/810#issuecomment-496447076

@charllie

It Worked!!! thanks for the tip!

Thanks.. work

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dbsxdbsx picture dbsxdbsx  Â·  3Comments

faradaytrs picture faradaytrs  Â·  3Comments

jtraband picture jtraband  Â·  3Comments

piyushmahensaria picture piyushmahensaria  Â·  3Comments

grbspltt picture grbspltt  Â·  4Comments