Skip to content

Defined in: types/index.ts:45

Metadata for an individual sheet (tab) within a spreadsheet.

Properties

columnCount

columnCount: number

Defined in: types/index.ts:56

Total number of columns in the sheet.


id

id: number

Defined in: types/index.ts:47

The numeric ID of the sheet.


rowCount

rowCount: number

Defined in: types/index.ts:53

Total number of rows in the sheet.


title

title: string

Defined in: types/index.ts:50

The human-readable title of the sheet.

Released under the MIT License.