UNPKG

@syncfusion/ej2-spreadsheet

Version:

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

13 lines (12 loc) 283 B
/** * Export Spreadsheet library modules */ export * from './data-bind'; export * from './open'; export * from './save'; export * from './formula'; export * from './number-format'; export * from './sort'; export * from './filter'; export * from './image'; export * from './chart';