WorkbookCell Class
File
wijmo.xlsx.js
Module
wijmo.xlsx
Implements
IWorkbookCell

Represents the Workbook Object Model cell definition.

Constructor

constructor

constructor(): void

Initializes a new instance of the WorkbookCell class.

Returns
void

Properties

colSpan

Gets or sets the colSpan setting of cell.

Type
number

formula

Gets or sets the formula of cell.

Type
string

isDate

Indicates whether the cell value is date or not.

Type
boolean

isNumber

Indicates whether the cell value is number or not.

Type
boolean

note

Gets or sets the note of the cell.

Type
WorkbookNote

rowSpan

Gets or sets the rowSpan setting of cell.

Type
number

style

Gets or sets the style of cell.

Type
WorkbookStyle

textRuns

Gets or sets the text runs represent the rich text of cell.

Type
WorkbookTextRun[]

value

Gets or sets the cell value.

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

Type
any