UNPKG

@syncfusion/ej2-spreadsheet

Version:

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

16 lines (15 loc) 377 B
/** * Export Spreadsheet integration modules */ export * from './ribbon'; export * from './formula-bar'; export * from './formula'; export * from './sheet-tabs'; export * from './open'; export * from './save'; export * from './context-menu'; export * from './number-format'; export * from './sort'; export * from './filter'; export * from './image'; export * from './chart';