UNPKG

@syncfusion/ej2-spreadsheet

Version:

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

8 lines (7 loc) 179 B
/** * Export Spreadsheet library modules */ export * from './base/index'; export * from './common/index'; export * from './integrations/index'; export * from './actions/index';