This commit is contained in:
Lauri Ojansivu 2024-08-03 02:24:49 +03:00
parent 3983d750f3
commit 952f7feb49
6 changed files with 114 additions and 61 deletions

View file

@ -1,4 +1,4 @@
import Excel from 'exceljs';
import Excel from '@wekanteam/exceljs';
export const createWorkbook = function() {
return new Excel.Workbook();