mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 22:21:47 +01:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
|
|
import Excel from 'exceljs';
|
||
|
|
|
||
|
|
export const createWorkbook = function() {
|
||
|
|
return new Excel.Workbook();
|
||
|
|
};
|