e-range
directive represent a range of the Angular Spreadsheet.
It must be contained in a e-sheet
directive.
<ejs-spreadsheet>
<e-sheets>
<e-sheet>
<e-ranges>
<e-range [dataSource]='data'></e-range>
</e-ranges>
</e-sheet>
</e-sheets>
</ejs-spreadsheet>
any
Specifies the address for updating the dataSource or template.
Defaults to ‘A1’
any
Specifies the data as JSON / Data manager to the sheet.
Defaults to null
any
Defines the external Query
that will be executed along with data processing.
Defaults to null
any
Show/Hide the field of the datasource as header.
Defaults to true
any
Specifies the start cell from which the datasource will be populated.
Defaults to ‘A1’
any
Template helps to compiles the given HTML String (or HTML Element ID) into HtML Element and append to the Cell. @default ”