Raul Souza
Results
2
comments of
Raul Souza
> If you use the new Model directory, maybe not. `* @param \App\User $user` Instead of `* @param \App\Models\User $user`
``` workbook.writeToBuffer().then((buffer) => { const binaryBuffer = Buffer.from(buffer); res.attachment('Spreadsheet.xlsx'); return res.send(binaryBuffer); }); ```