Interface: SheetOptions
Options for Sheets getter function
Properties
debug?
optionaldebug:boolean
Enable debugging logs
Default Value
ts
falseDefined in
fetchRequestInit?
optionalfetchRequestInit:FetchRequestInit
Fetch requests configuration
See
https://developer.mozilla.org/en-US/docs/Web/API/RequestInit
Defined in
headers?
optionalheaders:number
How many rows are header rows.
Default Value
ts
1Remarks
If has more than one row, the column name will be a combination of those rows.
See
https://developers.google.com/chart/interactive/docs/spreadsheets#queryurlformat
Defined in
range?
optionalrange:string
Which part of the sheet to use.
Example
ts
"A1:B10" = A range from cell A1 through B10
"5:7" = Rows 5-7
"D:F" = Columns D-FSee
https://developers.google.com/chart/interactive/docs/spreadsheets#query-source-ranges