UNPKG

@syncfusion/ej2-spreadsheet

Version:

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

9 lines (8 loc) 212 B
/** * Export Spreadsheet viewer modules */ export * from './common/index'; export * from './base/index'; export * from './actions/index'; export * from './integrations/index'; export * from './renderer/index';