I am trying to use exceljs package in Angular 15 project, however I got this error
Error: node_modules/exceljs/index.d.ts:2003:18 - error TS2307: Cannot find module 'stream' or its corresponding type declarations.
So, does this mean that I can not use exceljs in my Angular project? I want to use this to generate xlsx with some cell formatting. Or, do you have any alternative to exceljs?