UNPKG

@syncfusion/ej2-vue-spreadsheet

Version:

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

12 lines (11 loc) 1.2 kB
export * from '@syncfusion/ej2-spreadsheet'; export { ImagesDirective, ImageDirective, ImagesPlugin, ImagePlugin } from './spreadsheet/image.directive'; export { ChartsDirective, ChartDirective, ChartsPlugin, ChartPlugin } from './spreadsheet/chart.directive'; export { CellsDirective, CellDirective, CellsPlugin, CellPlugin } from './spreadsheet/cells.directive'; export { RowsDirective, RowDirective, RowsPlugin, RowPlugin } from './spreadsheet/rows.directive'; export { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './spreadsheet/columns.directive'; export { RangesDirective, RangeDirective, RangesPlugin, RangePlugin } from './spreadsheet/ranges.directive'; export { ConditionalFormatsDirective, ConditionalFormatDirective, ConditionalFormatsPlugin, ConditionalFormatPlugin } from './spreadsheet/conditionalformats.directive'; export { SheetsDirective, SheetDirective, SheetsPlugin, SheetPlugin } from './spreadsheet/sheets.directive'; export { DefinedNamesDirective, DefinedNameDirective, DefinedNamesPlugin, DefinedNamePlugin } from './spreadsheet/definednames.directive'; export { SpreadsheetComponent, SpreadsheetPlugin } from './spreadsheet/spreadsheet.component';