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) 139 B
/** * Export the Spreadsheet viewer */ export * from './render'; export * from './sheet'; export * from './row'; export * from './cell';