Roman Vavrynkevych
Results
1
comments of
Roman Vavrynkevych
@MeisQuietude I'm using Angular, so I adapted your solution to use it in service like a method: ``` import * as ExcelJS from 'exceljs'; @Injectable() export class ExportService { //...