Skip to content

Defined in: types/index.ts:30

Metadata for a spreadsheet and its contained sheets.

Properties

id

id: string

Defined in: types/index.ts:32

The unique identifier of the spreadsheet.


sheets

sheets: SheetInfo[]

Defined in: types/index.ts:41

Metadata for each sheet (tab) within the spreadsheet.


title

title: string

Defined in: types/index.ts:35

The human-readable title of the spreadsheet.


url

url: string

Defined in: types/index.ts:38

The full URL to open the spreadsheet in Google Sheets.

Released under the MIT License.