I want to make CSV and PDF file of data, I am fetching from the Database using NestJS (framework of Node.js) and sent this file from server side API to client and make these files downloadable at client side build in react. Can somebody help me with some solution.
How to create CSV and PDF from JSON data using Node.js and NestJS and returning file in API response
Asked
Active
Viewed 65 times
0
-
check out the link https://stackoverflow.com/a/14966131/8119676 – Sakthivel Feb 19 '22 at 11:23