Skip to content Skip to sidebar Skip to footer
Showing posts with the label Exceljs

Angular : Can't Export Excel Using Exceljs - Error Ts2307: Cannot Find Module 'stream' - Error Ts2503: Cannot Find Namespace 'nodejs'

I was try to export an excel file using ExcelJS Here is my console in VS Code terminal : ERROR in n… Read more Angular : Can't Export Excel Using Exceljs - Error Ts2307: Cannot Find Module 'stream' - Error Ts2503: Cannot Find Namespace 'nodejs'

Exceljs : Iterate Each Cell Of Each Row And Column

I want to put thick border in all my cells. this is an angular project, I am using typescript. I ca… Read more Exceljs : Iterate Each Cell Of Each Row And Column