# ExportedCellChange Class

A list of cells which values changed after the operation, their absolute addresses and new values.

# Constructors

# constructor

+ new ExportedCellChange(address: SimpleCellAddress, newValue: CellValue): ExportedCellChange

Defined in src/Exporter.ts:23 (opens new window)

Parameters:

Name Type
address SimpleCellAddress
newValue CellValue

Returns: ExportedCellChange

# Properties

# address Readonly

address: SimpleCellAddress

Defined in src/Exporter.ts:25 (opens new window)


# newValue Readonly

newValue: CellValue

Defined in src/Exporter.ts:26 (opens new window)

# Accessors

# col

get col(): number

Defined in src/Exporter.ts:30 (opens new window)

Returns: number


# row

get row(): number

Defined in src/Exporter.ts:34 (opens new window)

Returns: number


# sheet

get sheet(): number

Defined in src/Exporter.ts:38 (opens new window)

Returns: number


# value

get value(): CellValue

Defined in src/Exporter.ts:42 (opens new window)

Returns: CellValue

Join HyperFormula team as a Senior Software Engineer See the role and apply