I have a JSON data which want to download it as csv file. How to achieve this in node js? Does NodeJs has some predefined modules for this?
P.S. I also want to add some formatting such as adding Headers like MONTHLY REPORT etc. adding row colors etc.