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