Skip to content

ExcelLocation

Defined in: source-location.ts:153

Excel location - sheet and cell range.

readonly file: string

Defined in: source-location.ts:50

Path to the source file

BaseSourceLocation.file


readonly kind: "excel"

Defined in: source-location.ts:154

Discriminator for the location type

BaseSourceLocation.kind


readonly range: string

Defined in: source-location.ts:156


readonly sheet: string

Defined in: source-location.ts:155