StatisticsFinland / PxVisualizer

https://statisticsfinland.github.io/PxVisualizer/
Apache License 2.0
3 stars 0 forks source link

Replaced the xlsx npm package with own implementation #35

Closed jsaarimaa closed 5 months ago

jsaarimaa commented 5 months ago

The xlsx npm package was pulled from npmjs.org and all other available packages that offered the same functionality did have some major issues or were not maintained any more. Our requirements for the xlsx export are really minimal and therefore it was possible to make out own implementation.

This change removes the xlsx npm package and adds functionality to export xlsx files.