Jarvis Addison
Results
1
comments of
Jarvis Addison
I'm sure you've probably already figured it out, but before sending the data, set the header and content-type. This is a snippet of how I accomplished it: `res.setHeader('Content-disposition', 'attachment; filename=organization-report.csv');`...