5.20231.904
wijmo.xlsx Interface IWorkbookCell Wijmo API Interface

IWorkbookCell Interface

Represents the Workbook Object Model cell definition.

Heirarchy

  • IWorkbookCell

Implemented by

Properties

Optional colSpan

colSpan: number

Cell colSpan setting

Optional formula

formula: string

Cell formula

Optional isDate

isDate: boolean

Indicates whether the cell value is date or not.

Optional isNumber

isNumber: boolean

Indicates whether the cell value is number or not.

Optional link

link: string

The hyperlink of the cell.

Optional note

Represents the note of the cell.

Optional rowSpan

rowSpan: number

Cell rowSpan setting

Optional style

Cell style

Optional textRuns

textRuns: IWorkbookTextRun[]

The text runs represent the rich text of cell.

Optional value

value: any

Gets or sets the cell value.

The type of the value can be String, Number, Boolean or Date.