UNPKG

@syncfusion/ej2-spreadsheet

Version:

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

15 lines (14 loc) 378 B
/** * Export Workbook action modules */ export * from './cell-format'; export * from './edit'; export * from './hyperlink'; export * from './insert'; export * from './delete'; export * from './data-validation'; export * from './find-and-replace'; export * from './protect-sheet'; export * from './merge'; export * from './conditional-formatting'; export * from './auto-fill';