UNPKG

@syncfusion/ej2-spreadsheet

Version:

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

10 lines (9 loc) 201 B
/** * Export Spreadsheet library base modules */ export * from './workbook'; export * from './sheet'; export * from './row'; export * from './column'; export * from './cell'; export * from './data';