UNPKG

@syncfusion/ej2-angular-spreadsheet

Version:

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

14 lines (13 loc) 1.32 kB
export { ImageDirective, ImagesDirective } from './spreadsheet/image.directive'; export { ChartDirective, ChartsDirective } from './spreadsheet/chart.directive'; export { CellDirective, CellsDirective } from './spreadsheet/cells.directive'; export { RowDirective, RowsDirective } from './spreadsheet/rows.directive'; export { ColumnDirective, ColumnsDirective } from './spreadsheet/columns.directive'; export { RangeDirective, RangesDirective } from './spreadsheet/ranges.directive'; export { ConditionalFormatDirective, ConditionalFormatsDirective } from './spreadsheet/conditionalformats.directive'; export { SheetDirective, SheetsDirective } from './spreadsheet/sheets.directive'; export { DefinedNameDirective, DefinedNamesDirective } from './spreadsheet/definednames.directive'; export { SpreadsheetComponent } from './spreadsheet/spreadsheet.component'; export { SpreadsheetModule } from './spreadsheet/spreadsheet.module'; export { SpreadsheetAllModule, ClipboardService, EditService, KeyboardNavigationService, KeyboardShortcutService, SelectionService, ContextMenuService, FormulaBarService, RibbonService, SaveService, OpenService, SheetTabsService, DataBindService, CellFormatService, NumberFormatService, FormulaService } from './spreadsheet/spreadsheet-all.module'; export * from '@syncfusion/ej2-spreadsheet';