# 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:22 (opens new window)
Parameters:
Name | Type |
---|---|
address | SimpleCellAddress |
newValue | CellValue |
Returns: ExportedCellChange
# Properties
# address Readonly
• address: SimpleCellAddress
Defined in src/Exporter.ts:24 (opens new window)
# newValue Readonly
• newValue: CellValue
Defined in src/Exporter.ts:25 (opens new window)
# Accessors
# col
• get col(): number
Defined in src/Exporter.ts:29 (opens new window)
Returns: number
# row
• get row(): number
Defined in src/Exporter.ts:33 (opens new window)
Returns: number
# sheet
• get sheet(): number
Defined in src/Exporter.ts:37 (opens new window)
Returns: number
# value
• get value(): CellValue
Defined in src/Exporter.ts:41 (opens new window)
Returns: CellValue