Nov 16, 2021
If you are writing to a file on Node js project, modify the following line
await workbook.xlsx.writeFile('test.xlsx');
As for non-node js project, modify this line instead
saveAs(blob, 'test.xlsx');
If you are writing to a file on Node js project, modify the following line
await workbook.xlsx.writeFile('test.xlsx');
As for non-node js project, modify this line instead
saveAs(blob, 'test.xlsx');
Senior AI Engineer@Yoozoo | Content Writer #NLP #datascience #programming #machinelearning | Linkedin: https://www.linkedin.com/in/wai-foong-ng-694619185/