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

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