UNPKG

@syncfusion/ej2-spreadsheet

Version:

Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel

7 lines (6 loc) 144 B
/** * Export Spreadsheet modules */ export * from './workbook/index'; export * from './spreadsheet/index'; export * from './calculate/index';