remove unused exceljs from client bundle

This commit is contained in:
Jan Küster 2021-06-22 17:53:14 +02:00
parent 838c74a83b
commit 3aa7a6e244
No known key found for this signature in database
GPG key ID: D9022448BF588ACD
6 changed files with 1280 additions and 1250 deletions

View file

@ -0,0 +1,5 @@
import Excel from 'exceljs';
export const createWorkbook = function() {
return new Excel.Workbook();
};