Overview
12 Sep 20251 minute to read
Components
| Name | Description |
|---|---|
| SpreadsheetComponent |
ejs-spreadsheet represents the Angular Spreadsheet Component. |
Directives
| Name | Description |
|---|---|
| CellDirective |
e-cell directive represent a cell of the Angular Spreadsheet.It must be contained in a e-row directive. |
| ColumnDirective |
e-column directive represent a column of the Angular Spreadsheet.It must be contained in a e-sheet directive. |
| ConditionalFormatDirective |
e-conditionalformat directive represent a conditionalformat of the Angular Spreadsheet.It must be contained in a e-sheet directive. |
| DefinedNameDirective |
e-definedname directive represent a defined name of the Angular Spreadsheet.It must be contained in a Spreadsheet component( ejs-spreadsheet). |
| RangeDirective |
e-range directive represent a range of the Angular Spreadsheet.It must be contained in a e-sheet directive. |
| RowDirective |
e-row directive represent a row of the Angular Spreadsheet.It must be contained in a e-sheet directive. |
| SheetDirective |
e-sheet directive represent a sheet of the Angular Spreadsheet.It must be contained in a Spreadsheet component( ejs-spreadsheet). |