File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ The child worksheets (each an instance of [`GoogleSpreadsheetWorksheet`](classes
76
76
77
77
Property|Type|Description
78
78
---|---|---
79
- ` sheetsById ` | ` { [sheetId: string ]: GoogleSpreadsheetWorksheet } ` | Child worksheets, keyed by their ` sheetId `
79
+ ` sheetsById ` | ` { [sheetId: number ]: GoogleSpreadsheetWorksheet } ` | Child worksheets, keyed by their ` sheetId `
80
80
` sheetsByTitle ` | ` { [title: string]: GoogleSpreadsheetWorksheet } ` | Child worksheets keyed by their ` title ` <br />_ ⚠️ beware of title conflicts_
81
81
` sheetsByIndex ` | ` GoogleSpreadsheetWorksheet[] ` |Array of sheets, ordered by their index<br >_ this is the order they appear in the Google sheets UI_
82
82
` sheetCount ` | ` number ` |Count of child worksheets<br >_ same as ` doc.sheetsByIndex.length ` _
You can’t perform that action at this time.
0 commit comments